v1

latestOpenAPI 3.0.22026-07-261040577.4 KB
Contacts

List contacts

Retrieve all contacts in your workspace's contacts database. Contacts represent people such as interview participants, customers, or research subjects.

Results can be filtered by name and sorted by creation date or name. They are paginated.

🚧 Permissions

Please check you have the relevant permissions required to access this resource. This may include specific permissions on the object itself or its parent, or having the correct user role if you're making updates.

get/v1/contacts

Query parameters

start_cursorstring
limitinteger nullable

See Pagination for details about how to use a cursor to iterate through the list.

Filter results based on the contact name.

'created_at:asc' | 'created_at:desc' | 'name:asc' | 'name:desc'
OR
string[]

See Sort for details on the sort parameter.

Response

200