List

Returns conversations with optional filtering.

Authentication

AuthorizationBearer
Bearer authentication header of the form `Bearer <PHONIC_API_KEY>`. Manage your API keys [here](https://phonic.co/api-keys).

Query parameters

projectstringOptionalDefaults to main
The name of the project to list conversations for.
external_idstringOptional
Filter by external ID to get a specific conversation.
duration_minintegerOptional>=0
Minimum duration in seconds.
duration_maxintegerOptional>=0
Maximum duration in seconds.
started_at_minstringOptional

Minimum start date/time. Valid examples: 2025-04-17, 2025-04-17T02:48:52.708Z

started_at_maxstringOptional

Maximum start date/time. Valid examples: 2025-04-17, 2025-04-17T02:48:52.708Z

beforestringOptional

Cursor for backward pagination. Use a conversation ID from pagination.prev_cursor to fetch the previous page of conversations. Cannot be used with after.

afterstringOptional

Cursor for forward pagination. Use a conversation ID from pagination.next_cursor to fetch the next page of conversations. Cannot be used with before.

limitintegerOptional1-100Defaults to 20
Maximum number of conversations to return per page.

Response

Success response
object
OR
object

Errors