# Poll Toggle Update Monitoring Job Poll endpoint for a job created in POST . Endpoint: GET /jobs/toggleUpdateMonitoringJobs/{jobId} Version: 5 Security: apiKey ## Path parameters: - `jobId` (string, required) Unique identifier of a job. Example: "35f23c03-1c22-45fe-9484-3ffe769325de" ## Response 200 fields (application/json): - `job` (object) Result of the Toggle Update Monitoring job. - `job.id` (string) Unique identifier of a job. Example: "35f23c03-1c22-45fe-9484-3ffe769325de" - `job.createdBy` (string) Creator of a resource. Example: "76248934691294444" - `job.createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-09-10T10:12:36Z" - `job.modifiedAt` (string) Date of modification (ISO 8601-compliant). Example: "2025-09-10T10:12:36Z" - `job.progress` (integer) Progress (%) of the job. Example: "77" - `job.status` (string) Job execution status. Enum: "ARCHIVED", "UNKNOWN", "CREATED", "PERSISTED", "SCHEDULED", "WAITING", "COULDNT_START", "RUNNING", "FINISHED", "DIED", "CANCELED", "FAILED" - `job.statusMessage` (string) Additional information to explain the status. Example: "The job failed because storage is empty." - `job.enable` (boolean) Parameter to describe if the Business Partners should be activated for update monitoring (true) or deactivated (false) for non-commercial reference data sources. Example: "true" - `job.storageId` (string) Unique identifier of the Storage. Example: "72d6900fce6b326088f5d9d91049e3e6" - `job.dataSourceId` (string) Unique identifier for a Data Source of the Storage. Example: "648824a691d8d2503d65103e" - `job.countryShortName` (string) Country code (ISO 3166-1 alpha-2). Example: "CH" - `status` (string) Status: * - Toggle Update Monitoring Job has been fetched successfully * - Toggle Update Monitoring Job with that ID has not been found Example: "OK"