Sessions
Get Session
Get a session by ID with optional transcript messages.
Only returns text messages from user and assistant (excludes system messages, tool calls, and other internal message types).
The recording_url field contains a URL to download the session recording. The field is null if the session is still in progress, the recording is still processing, or the recording is unavailable.
get/sessions/{session_id}
Path parameters
session_idstring uuid required
Query parameters
include_messagesboolean
Include transcript messages in response
Include transcript messages in response
Headers
x-api-keystring nullable
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.