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
project
The name of the project to list conversations for.
external_id
Filter by external ID to get a specific conversation.
duration_min
Minimum duration in seconds.
duration_max
Maximum duration in seconds.
started_at_min
Minimum start date/time. Valid examples: 2025-04-17, 2025-04-17T02:48:52.708Z
started_at_max
Maximum start date/time. Valid examples: 2025-04-17, 2025-04-17T02:48:52.708Z
before
Cursor for backward pagination. Use a conversation ID from pagination.prev_cursor to fetch the previous page of conversations. Cannot be used with after.
after
Cursor for forward pagination. Use a conversation ID from pagination.next_cursor to fetch the next page of conversations. Cannot be used with before.
limit
Maximum number of conversations to return per page.
Response
Success response
OR