Get an upload-by-file job status
GET/demand/accounts/:account_id/projects/:project_id/target-groups/:target_group_id/recontacts/jobs/upload-rsids-by-file/:job_id
This endpoint retrieves the status and details of a specific "upload 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.
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.