Catalog

List chat sessions

Chat sessions visible to the caller (personal + project-shared merged). Top-level rather than project-nested because projectId is an optional filter, not an owning scope.

get/chat-sessions

Query parameters

projectIdstring

Filter to one project.

status'active' | 'archived'

active (default) or archived.

limitinteger

Page size, 1–200. Defaults to 50.

beforestring

Cursor: the previous page's nextCursor (a lastActivityAt timestamp).

Response

One page of chat sessions, newest activity first.

nextCursorstring

Pass as before to fetch the next page. Omitted on the last page.

Changes