Get import jobs
Import jobs
Get import jobs
Get import jobs for a list with cursor-based pagination. Sorted by creation date, newest first.
GET
Get import jobs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the list.
Pattern:
^[0-9a-z]+$Query Parameters
Filter by one or more job statuses. Omit to return jobs in all statuses.
Available options:
queued, starting, running, paused, completed, failed, canceled Example:
["running", "queued"]Pagination cursor. Omit to start from the beginning.
Maximum number of import jobs to return per page. Defaults to 50, maximum 100.
Required range:
1 <= x <= 100Example:
50