Get Session by ID
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
Get Session by ID
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Session ID to retrieve
Query Parameters
Session type (agent, team, or workflow)
Available options:
agent, team, workflow User ID to query session from
Database ID to query session from
Response
Session details retrieved successfully
- AgentSessionDetailSchema
- TeamSessionDetailSchema
- WorkflowSessionDetailSchema