Skip to main content
GET
List AI Assistant threads

Authorizations

X-API-Key
string
header
required

Query Parameters

search
string | null

Only threads whose title contains this, case-insensitively.

Maximum string length: 255
cursor
string | null

The next_cursor of the page before, for the page after it.

Required string length: 1 - 512
limit
integer
default:50

Rows per page.

Required range: 1 <= x <= 100

Response

Successful Response

One page of a person's threads, pinned first, then newest activity first.

next_cursor
string | null
required

Send as cursor for the page after this one; null on the last page.

threads
AssistantThreadReadSchema · object[]
required