Skip to main content
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 pagination
  • per_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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

campaign_id
integer
required

Query Parameters

page
integer
default:1
Required range: x >= 1
per_page
integer
default:50
Required range: 1 <= x <= 1000
status
string | null

Response

Successful Response