Retrieve a paginated list of execution traces with optional filtering.
Traces provide observability into:
Filtering Options:
Pagination:
page (1-indexed) and limit parametersResponse Format:
Returns summary information for each trace. Use GET /traces/{trace_id} for detailed hierarchy.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by run ID
Filter by session ID
Filter by user ID
Filter by agent ID
Filter by team ID
Filter by workflow ID
Filter by status (OK, ERROR)
Filter traces starting after this time (ISO 8601 format with timezone, e.g., '2025-11-19T10:00:00Z')
Filter traces ending before this time (ISO 8601 format with timezone, e.g., '2025-11-19T11:00:00Z')
Page number (1-indexed)
x >= 1Number of traces per page
1 <= x <= 100Database ID to query traces from