Get Jobs
GET
/org/{tenant}/v2/contacts/csv/jobs
Platform support: MT and CC
Retrieve a list of CSV import jobs.
- If
from_dateis 0/omitted: Returns ALL in-progress jobs + 10 most recent completed jobs. - If
from_dateis specified: Returns next 10 completed jobs older than that date.
Request
Responses
- 200
- 400
- 401
- 500
List of jobs.
Bad request — the request was invalid (validation error, malformed body, or missing/invalid parameters).
Unauthorized — missing or invalid identity, or insufficient permissions.
Internal Server Error — an unexpected error occurred.