Workflow Campaigns
List Workflow Campaigns API
List campaigns filtered by workflow, status or kind, sorted by creation time, name or outcome counts.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Only campaigns of this workflow.
Only campaigns in this status.
Available options:
draft, scheduled, running, paused, completed, aborted batch campaigns hold uploaded entries; api campaigns are created implicitly by the Run Workflow API.
Available options:
batch, api Sort field.
Available options:
created_at, updated_at, name, entries_count, success_count, failure_count Sort direction.
Available options:
asc, desc Number of results per page.
Required range:
1 <= x <= 100Number of results to skip.
Required range:
x >= 0cURL

