List Contacts
Contacts
List Contacts
Retrieve a paginated list of contacts in your workspace
GET
List Contacts
Request
Query Parameters
Page number for pagination
Number of contacts per page (max: 100)
Search by name or email (partial match)
Filter by list membership (UUID)
Filter contacts created after this date (ISO 8601 format)
Sort field:
Prefix with
created_at, updated_date, full_namePrefix with
- for descending order (e.g., -created_at)Headers
Response
Pagination metadata
Example Response
Examples
Search by Name
Filter by List
Sort by Name (Ascending)
Errors
Common Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing read permission |
| 429 | rate_limited | Rate limit exceeded |