After you have started a D&B import 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 D&B storage.
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",
- "result": {
- "statistics": {
- "numberOfRecords": "500",
- "numberOfDuplicates": "5",
- "numberOfInserts": "100",
- "numberOfUpdates": "100",
- "numberOfFailed": "50",
- "numberOfQuotaExceeded": "100",
- "numberOfUnknown": "100"
}
}
}