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_id
Response
Successful Response
job_id
status
Status of a bulk add job
progress
Number of person IDs processed so far
total
Total number of person IDs submitted in this job
results
Final breakdown. Present when status is 'completed'
Errors
422
Unprocessable Entity Error

