Check bulk add progress

Poll the progress of a bulk member add started by 'Add members in bulk'. Returns the current status and how many donor IDs have been processed. When status is 'completed', includes a `results` object with the final breakdown: `added_ids` (successfully added), `not_found_ids` (IDs not in the DonorAtlas database), and `failed_ids` (IDs that encountered a server error — safe to retry). **Cost: Free.**

Authentication

x-api-keystring
Your DonorAtlas API key. Contact support@donoratlas.com to get started.

Path parameters

job_idstringRequired

Response

Successful Response
job_idstring
statusenum
Status of a bulk add job
progressinteger
Number of donor IDs processed so far
totalinteger
Total number of donor IDs submitted in this job
resultsobject or null
Final breakdown. Present when status is 'completed'

Errors

402
Payment Required Error
422
Unprocessable Entity Error