List import jobs
Campaigns
List import jobs
List import jobs for a campaign with cursor-based pagination. Sorted by creation date, newest first.
GET
List import jobs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the campaign.
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