Skip to main content
GET
List all chats

Authorizations

Authorization
string
header
required

Bearer token authentication. Include your API token in the Authorization header.

Format: Authorization: Bearer <your-token>

Query Parameters

limit
integer
default:20

Maximum number of chats to return per page

Required range: 1 <= x <= 100
cursor
string

Pagination cursor from the previous response's next_cursor field. Omit this parameter for the first page of results.

Response

List of chats retrieved successfully

chats
object[]
required

List of chats

next_cursor
string | null

Cursor for fetching the next page of results. Null if there are no more results to fetch. Pass this value as the cursor parameter in the next request.