Discover trace search facets
Returns curated, bounded facets for the active trace-search context.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Project ID.
Search query.
Tool name filter.
Model filter.
Agent name filter.
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.
Restrict the span-level search to error spans. Distinct from has_error, which filters whole traces by error count.
Same-span tool-error filter. Requires tool_name. Matches only traces where that tool failed on the same span the Analytics widget counted.
Start timestamp.
End timestamp.
Minimum span count.
Maximum span count.
Minimum trace duration (ms).
Maximum trace duration (ms).
Minimum total token count.
Minimum thread trace count.
Maximum thread trace count.
JSON-serialized span attribute filters.
Trace search sort mode.
Maximum values per facet.