After you have started a D&B LOD job, you will receive a job id in the response. { "id" : "<ID>" }
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.
OK
{- "id": "35f23c03-1c22-45fe-9484-3ffe769325de",
- "name": "Process vendor data.",
- "description": "I started this job to improve quality of our data.",
- "progress": "77",
- "status": "RUNNING",
- "statusMessage": "Job is running",
- "createdBy": "76248934691294444",
- "createdAt": "2025-04-25T09:09:11Z",
- "modifiedAt": "2025-04-25T09:09:11Z",
- "attachments": [
- {
- "url": "/customer-upload/file.xlsx",
- "createdBy": "76248934691294444",
- "createdAt": "2025-04-25T09:09:11Z",
- "modifiedAt": "2025-04-25T09:09:11Z"
}
]
}