Get Agent Session
Sessions
Get Agent Session
Fetch one session’s full detail: status, timing, and the conversation timeline (transcript turns interleaved with tool calls, in order).
GET
Get Agent Session
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Request fulfilled, document follows
Available options:
pending, active, completed, failed, unknown Available options:
api_key, dashboard, public, phone items
(AgentSessionMessageItem · object | AgentSessionToolCallItem · object | AgentSessionToolResultItem · object)[]
One transcript message; system messages never surface here.
- AgentSessionMessageItem
- AgentSessionToolCallItem
- AgentSessionToolResultItem
Public trim of the post-call analysis record: outcomes only, no run internals (model, tokens, config hash).

