List contacts
Returns contacts newest-first by default.
Repeat a parameter to OR its values; different parameters are ANDed. For anything this cannot express — nested OR, ranges, conditions across relationships — use POST /v1/contacts/search, which returns the same objects in the same envelope.
Authorizations
A workspace API token. Create one in Settings → API. Send it as Authorization: Bearer sk_live_....
Query Parameters
Items per page (max 200).
1 <= x <= 200Opaque cursor from a previous response's links.next.
Comma-separated ordering keys; prefix with - for descending. Results are always totally ordered, so paging never repeats a row.
"-updated_at"
Comma-separated relationships to inline in the response. Unexpanded relations are still identified by their *_id field.
"organization,owner"
Comma-separated fields to return. object and id are always included. Reduces payload size, not query cost.
"name,email,organization_id"