Session Endpoints
Get Session
Retrieve a session with its children and risk summary.
GET
Requires
Authorization: Bearer header with a deploy token (qt_deploy_*) or Supabase JWT.Path Parameters
string
required
UUID of the session to retrieve.
Response
string
Session UUID.
string
Human-readable session name.
string
LLM model used.
string
Code signing identity of the agent process.
string
Current state:
active, idle, ended.string
Agent platform identifier.
string
Parent session UUID, or
null for root sessions.datetime
When the session began.
datetime
When the session ended.
null if still active.array
Child sessions spawned from this session.
object
Aggregate risk statistics for this session.