v34

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-09194386949.7 KB
Chat

List Sessions

List all chat sessions for the current project.

get/api/v1/chat

Query parameters

project_idstring uuid nullable
organization_idstring uuid nullable
page_sizeinteger nullable
page_tokenstring nullable

Cookies

sessionstring nullable

Response

Successful Response

next_page_tokenstring nullable

Opaque token to retrieve the next page. Omitted when there are no further pages.

Example response

{
  "items": [
    {
      "session_id": "ses-abc123",
      "generated_title": "What were the main findings in Q3?...",
      "last_updated_at": "2026-04-22T12:34:41.342245",
      "index_ids": [
        "idx-abc123",
        "idx-def456"
      ]
    }
  ]
}