Conversations
List conversations
Get paginated conversation history for a project
GET
Returns conversation history for a project with pagination and optional filters.
Authentication
Project API key for this organization and project. Format:
bot_live_…Path parameters
Organization ID. Must match the API key.
Project ID. Must match the API key.
Query parameters
Number of records to skip.
Page size. Range:
1–100.JSON filter object, for example
{"status":"completed"}.JSON sort object, for example
{"start_time":-1}.When
true, returns only the latest conversation per unique caller.Response
Conversation records for the current page.
Pagination metadata (
total, page, page_size, total_pages, has_next, has_prev).Errors
Missing, invalid, or revoked API key.
API key is not authorized for this organization or project.

