List Recontact upload-by-file jobs
GET/demand/accounts/{account_id}/projects/{project_id}/target-groups/{target_group_id}/recontacts/jobs/upload-respondents-by-file
This endpoint retrieves a paginated list of Recontact upload-by-file jobs for the specified Target Group. This includes jobs created via both the upload-rsids-by-file and upload-respondents-by-file endpoints.
Each job includes the job ID, the original uploaded file name, the job status, the creation timestamp, and the user who created it. The results are sorted by creation date in descending order (most recent first).
Use the next_cursor value from the response as the start_after parameter to fetch the next page.
A page may contain fewer than page_size items even when more pages exist. Always check the next_cursor field to determine whether additional pages are available.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
A paginated list of upload recontacts by file jobs for the target group.
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.