Get session by ID
Retrieve a single session by its asset ID, including state, originating channel, agent/model, message count, and cost.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Response
Timestamp when the session was created (ISO 8601)
Unique identifier of the session asset (e.g., ‘asset_abc123’)
Timestamp when the session was last updated (ISO 8601)
Whether this is a branched sub-session of another session
Plain-text preview of the most recent message, when available
Asset ID of the parent session for sub-sessions
Kind of session: ‘session’ (chat), ‘video_session’, ‘desktop_session’, or ‘mobile_session’
Channel the session originated from (e.g., ‘web’, ‘api’, ‘agent_email’, ‘agent_slack’, ‘agent_sms’)
Execution state of the session (e.g., ‘running’, ‘completed’)
