Threads

List threads

List threads in a project, optionally filtered by status.

get/threads

Query parameters

projectIdstring uuid

Project to list threads for. Auto-filled from CLI and SDK context when omitted.

limitinteger

Maximum number of threads to return per page.

cursorstring uuid

Cursor from a previous response's nextCursor to fetch the next page.

status'regular' | 'archived'

Filter by thread status. 'regular' returns active threads, 'archived' returns archived threads.

Response

OK

nextCursorstring uuid nullable required

Pass as 'cursor' to fetch the next page. Null when there are no more results.

Changes

No recorded changes to this endpoint across all 4 revisions of this API.