Skip to main content
GET
List chat threads.

Authorizations

Authorization
string
header
required

Bearer JWT token or API Key (sk-*).

Query Parameters

skip
number

Number of threads to skip before pagination starts.

Required range: x >= 0
Example:

0

take
number

Maximum number of threads to return.

Required range: 1 <= x <= 200
Example:

25

includeArchived
boolean

Include threads archived by the current participant.

Example:

false

includeDeleted
boolean

Include threads deleted by the current participant.

Example:

false

Response

200

OK.

Last modified on September 5, 2026