Get paginated list of contacts for a campaign.
Retrieve a paginated list of contacts for a specific campaign, with optional status filtering.Documentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
campaign_id (integer, required): The unique identifier of the campaignpage (integer, optional, default: 1): Page number for paginationper_page (integer, optional, default: 50, max: 1000): Results per pagestatus (string, optional): Filter by contact status| Status | Description |
|---|---|
pending | Waiting to be contacted |
in_progress | Currently being contacted |
completed | Successfully contacted |
failed | Contact attempt failed |
skipped | Skipped (DNC, re-execute filter, etc.) |
no_answer | Call not answered |
busy | Line was busy |
voicemail | Reached voicemail |
| Field | Description |
|---|---|
id | Unique contact identifier |
phone_number | Contact’s phone number (E.164 format) |
contact_data | Contact metadata and custom fields |
contact_data.variable_values | Values available for templates |
contact_data.custom_fields | Additional imported fields |
status | Current contact status |
attempts | Number of contact attempts |
created_at | When contact was added |
last_attempt_at | Last contact attempt timestamp |
| Status Code | Description |
|---|---|
| 400 | Invalid status value |
| 404 | Campaign not found |
| 401 | Unauthorized |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
x >= 11 <= x <= 1000Successful Response