Skip to main content
Returns a paginated list of conversations belonging to the authenticated user’s assistants. Supports filtering by type, assistant, and date range.

Endpoint

GET /user/conversations

Query parameters

string
Filter by conversation type: test, widget, whatsapp, or api.
integer
Filter by assistant ID. Must belong to your account.
string
Filter conversations from this date. Format: YYYY-MM-DD.
string
Filter conversations up to this date. Format: YYYY-MM-DD.
integer
Number of conversations per page. Range: 1–100. Default: 15.
integer
Page number. Default: 1.

Response

array
Array of conversation objects.
integer
Current page number.
integer
Items per page.
integer
Total matching conversations.
integer
Last page number.

Conversation types

Example

200 Response