Query spans across all traces. Supports filtering by type, status, model, name, and duration range.
Application ID for tenant scoping. X-Outerlayer-App-Id is accepted as an equivalent header.
API key (sk_agentmark_*)
1 <= x <= 500x >= 0SPAN, GENERATION, EVENT UNSET, OK, ERROR x >= 0x >= 0Filter expression (string DSL), same grammar as GET /v1/traces. Clauses combined with and; a clause is a predicate (field operator [value]) or a parenthesized OR-group: (a = 1 or b = 2). Supports metadata.<key> with exists / does not exist / = / string operators. Example: (model = "gpt-4o" or model = "o3") and status = ERROR. Malformed filters return 400.