Skip to main content
GET
List the caller's durable AI chat sessions (bearer token)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cluster_id
string<uuid> | null
status
enum<string> | null
Available options:
pending,
running,
awaiting_user,
waiting,
completed,
failed,
cancelled,
expired
agent_task_id
string<uuid> | null
limit
integer
default:50
Required range: 1 <= x <= 200

Response

Session summaries, newest first (SessionList)