List Campaign Contacts
Campaigns
List Campaign Contacts
Retrieve the contacts currently enrolled in a campaign, with per-contact status
GET
List Campaign Contacts
Request
Path Parameters
The campaign’s unique ID (UUID)
Query Parameters
Page number for pagination
Number of contacts per page (max: 100)
Filter by enrollment status:
pending, active, paused, completed, bounced, unsubscribed, or repliedHeaders
Requires an API key with the
campaigns:read permission.Response
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing campaigns:read permission |
| 404 | campaign_not_found | No campaign with this ID |
| 429 | rate_limited | Rate limit exceeded |