v3
latestOpenAPI 3.1.02026-08-0755220214.3 KBList
Returns conversations with optional filtering.
Query parameters
The name of the project to list conversations for.
Filter by external ID to get a specific conversation.
Minimum duration in seconds.
Maximum duration in seconds.
Minimum start date/time. Valid examples: 2025-04-17, 2025-04-17T02:48:52.708Z
Maximum start date/time. Valid examples: 2025-04-17, 2025-04-17T02:48:52.708Z
Cursor for backward pagination. Use a conversation ID from pagination.prev_cursor to fetch the previous page of conversations. Cannot be used with 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.
Maximum number of conversations to return per page.
Format of the presigned audio_url in each conversation in the response.
Headers
Bearer authentication header of the form Bearer <PHONIC_API_KEY>. Manage your API keys here.
Response
Paginated list (conversations, pagination) when listing, or a single conversation when the external_id query parameter matches exactly one conversation.