Workflow Campaigns
List Campaign Executions API
List a campaign’s executions, filterable by status and outcome. Poll after starting to watch contacts progress.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique id of the campaign
Query Parameters
Only executions in this status.
Available options:
pending, running, completed, failed, cancelled, aborted Only executions with this outcome. none selects executions with no declared outcome yet.
Available options:
success, failure, neutral, none Sort field.
Available options:
created_at, updated_at, status, outcome Sort direction.
Available options:
asc, desc Number of results per page.
Required range:
1 <= x <= 100Number of results to skip.
Required range:
x >= 0cURL

