Skip to main content
GET
Get Agent Dispatch Status

Authorizations

Authorization
string
header
required

Clerk-issued RS256 JWT.

Path Parameters

session_id
string
required

Query Parameters

token
string | null

Response

Successful Response

Read-only agent-dispatch state for the client's first-join wait (A1).

While the LiveKit room is up but no agent announced session_ready, the client probes this to decide whether to keep waiting: claim_pending is True exactly while an agent is still destined for the room (queued request, fresh claim still connecting, or a rerequest marker parked on an active lease — the resume race, where the old runtime's lease outlives its pipeline until after the recording upload).

Deliberately minimal (B-P2-5b): this is a PUBLIC participant endpoint, so it exposes exactly the one bit the client's wait decision needs — internal run-status strings stay internal (worker logs/staff surfaces own them).

claim_pending
boolean
required