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
- 200
Threads listed successfully
Document ID: DOC-MA-conversations-api-listThreads. Section identities and revisions.
| Section | Stable reference |
|---|---|
| Overview | DOC-MA-conversations-api-listThreads#overview |
| Request | DOC-MA-conversations-api-listThreads#request |
| Responses | DOC-MA-conversations-api-listThreads#responses |