Retrieve a session
Authorizations
Your AssemblyAI API key in the Authorization header. The raw key works directly; a Bearer prefix is also accepted.
Path Parameters
The session's unique ID.
"sess_9a648a2ab75747a9a597ba046ced3e13"
Response
The session record with artifacts.
Unique ID of the session.
"sess_9a648a2ab75747a9a597ba046ced3e13"
Lifecycle status of the session, e.g. completed.
"completed"
Agent the session ran with. Null when no stored agent was used.
Why the session ended, when known.
"client_end"
Session length in seconds. Null while the session is active.
42.6
Session configuration captured when the session started.
When the session was created.
When the session ended. Null while the session is active.
Recording, timeline, and metadata produced by the session. Empty until the session completes.