v1

latestOpenAPI 3.1.02026-07-26142186376.1 KB
Sessions

Get Session by ID

Retrieve detailed information about a specific session including metadata, configuration, and run history. Response schema varies based on session type (agent, team, or workflow).

get/sessions/{session_id}

Path parameters

session_idstring required

Session ID to retrieve

Session ID to retrieve

Query parameters

type'agent' | 'team' | 'workflow'

Session type (agent, team, or workflow). If not provided, auto-detected from session data.

user_idstring nullable

User ID to query session from

User ID to query session from

db_idstring nullable

Database ID to query session from

Database ID to query session from

tablestring nullable

Table to query session from

Table to query session from

Response

Session details retrieved successfully

OR
OR