Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Session ID to get runs from
Query Parameters
Session type (agent, team, or workflow)
Available options:
agent, team, workflow User ID to query runs from
Filter runs created after this Unix timestamp (epoch time in seconds)
Filter runs created before this Unix timestamp (epoch time in seconds)
Database ID to query runs from
Response
Session runs retrieved successfully
- RunSchema
- TeamRunSchema
- WorkflowRunSchema