Campaigns
Get Campaign Executions
Get campaign executions with pagination.
GET
Retrieve a paginated list of execution records for a campaign. Each execution represents a single contact attempt (call or SMS).
Path Parameters
campaign_id(integer, required): The unique identifier of the campaign
Query Parameters
page(integer, optional, default: 1): Page number for paginationper_page(integer, optional, default: 50, max: 1000): Results per page
Response
Response
Response Fields
Execution Object
Execution Data Object
Execution Statuses
Example Code
cURL
Python
JavaScript
Use Cases
- Audit trail: Review all contact attempts
- Analytics: Calculate custom metrics
- Debugging: Investigate failed calls
- Export: Extract data for external analysis
- Compliance: Track contact history
Error Responses
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Required range:
x >= 1Required range:
1 <= x <= 1000Response
Successful Response