List dashboard traces
Canonical first-party dashboard list with cursor pagination and independent has_error/has_issues filters. Kept separate from GET /traces because that legacy window list uses a different backend and response shape.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Project ID.
Maximum number of records to return.
x >= 1Pagination cursor.
Agent name filter.
Sort order.
Span-error axis. true = only traces with span errors, false = only traces without, omitted = unconstrained. Independent of has_issues.
Issue axis. true = only traces with issue occurrences, false = only traces without, omitted = unconstrained. has_error=false with has_issues=true selects silent failures.
Deprecated alias for the two axes, comma-separated: failures = has_error=true, flagged = has_issues=true, clean = has_error=false and has_issues=false. Cannot express error-only or issue-only; prefer has_error / has_issues, which override it per axis.
Minimum span count.
Maximum span count.
Minimum trace duration (ms).
Maximum trace duration (ms).
Minimum total (input + output) tokens.
Minimum number of traces in the session/thread.
Maximum number of traces in the session/thread.