Skip to main content
GET
Returns conversation history for a project with pagination and optional filters.

Authentication

string
required
Project API key for this organization and project. Format: bot_live_…

Path parameters

string
required
Organization ID. Must match the API key.
string
required
Project ID. Must match the API key.

Query parameters

integer
default:"0"
Number of records to skip.
integer
default:"20"
Page size. Range: 1100.
string
JSON filter object, for example {"status":"completed"}.
string
JSON sort object, for example {"start_time":-1}.
boolean
default:"false"
When true, returns only the latest conversation per unique caller.

Response

array
required
Conversation records for the current page.
object
required
Pagination metadata (total, page, page_size, total_pages, has_next, has_prev).

Errors

Unauthorized
Missing, invalid, or revoked API key.
Forbidden
API key is not authorized for this organization or project.