Skip to main content

List conversation threads

POST 

/api/v1/llm/list-threads

Returns a paginated list of conversation threads for the authenticated user, ordered by lastMessageAt descending, then threadId descending for ties. Changes to updatedAt alone do not change the list position.

Pass nextPageToken as pageToken to continue after the last returned thread in that order. Pages read the current conversation projection; they do not share a point-in-time snapshot. Concurrent message activity can move a thread ahead of a continuation token, so a multi-page traversal can miss threads that move while it is in progress.

Request​

Responses​

Threads listed successfully

Document ID: DOC-MA-conversations-api-listThreads. Section identities and revisions.

SectionStable reference
OverviewDOC-MA-conversations-api-listThreads#overview
RequestDOC-MA-conversations-api-listThreads#request
ResponsesDOC-MA-conversations-api-listThreads#responses