Skip to main content
Trace search is performed via query parameters on the List Traces endpoint.

Query Parameters

All filters are optional. Passing an empty string (e.g. ?agent_name=) returns 400 rather than silently matching everything — omit the param entirely for “no filter”. Unknown enum values return 422.

Core filters

Manifest & compatibility

Multi-agent, tools & skills

Paging & sort

There is no numeric eval-score range filter on this endpoint. Filter by the categorical eval_verdict instead, then read each trace’s eval_score from the response.

Example