Retrieve the status of a Recontact upload-by-file job
GET/demand/accounts/{account_id}/projects/{project_id}/target-groups/{target_group_id}/recontacts/jobs/upload-respondents-by-file/{job_id}
This endpoint retrieves the status and details of a specific Recontact upload respondents by file job. After creating a job, you should poll this endpoint periodically until the status field changes from Processing to either Completed or Failed to get the final result.
:::tip Execution Time While execution time may vary, storing 10,000 new respondents typically takes between 10 and 15 minutes. :::
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Returns the details and current status of the requested upload-by-file job.
A request is not valid and can't be processed.
A request is unauthorized.
A requested is forbidden.
A requested resource isn't found.
A request failed due to an internal error.