Skip to main content
Version: 2025-12-18

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.

Pagination

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

A paginated list of upload recontacts by file jobs for the target group.