# Poll DNB LOD Job After you have started a D&B LOD job, you will receive a job id in the response. Use this ID to poll for the status of the job using this endpoint. Once the status is FINISHED, you can see the results in the attachments. Endpoint: GET /jobs/dnbcreatelodjobs/{id} Version: 5 Security: apiKey ## Path parameters: - `id` (string, required) ID of the D&B Create LOD job. Example: "35f23c03-1c22-45fe-9484-3ffe769325de" ## Response 200 fields (application/json): - `id` (string) Unique identifier of a job. Example: "35f23c03-1c22-45fe-9484-3ffe769325de" - `name` (string) Name of a Job. Example: "Process vendor data." - `description` (string) Detailed description of a Job. Example: "I started this job to improve quality of our data." - `progress` (integer) Progress (%) of the job. Example: "77" - `status` (string) Job execution status. Enum: "ARCHIVED", "UNKNOWN", "CREATED", "PERSISTED", "SCHEDULED", "WAITING", "COULDNT_START", "RUNNING", "FINISHED", "DIED", "CANCELED", "FAILED" - `statusMessage` (string) Message describing the status of the job. Example: "Job is running" - `createdBy` (string) Creator of a resource. Example: "76248934691294444" - `createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-09-09T13:03:09Z" - `modifiedAt` (string) Date of modification (ISO 8601-compliant). Example: "2025-09-09T13:03:09Z" - `attachments` (array) List of attachments. - `attachments.url` (string) Url of file stored. Example: "/customer-upload/file.xlsx"