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 person 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 WealthAtlas database), and `failed_ids` (IDs that encountered a server error — safe to retry). **Cost: Free.**

Authentication

x-api-keystring
Your WealthAtlas API key. Contact support@wealthatlas.com to get started.

Path parameters

job_idstringRequired

Response

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

Errors

422
Unprocessable Entity Error