Retrieve a paginated list of traces. Supports filtering by status, user, model, and date range.
Application ID for tenant scoping. X-Outerlayer-App-Id is accepted as an equivalent header.
API key (sk_agentmark_*)
1 <= x <= 1000x >= 0asc, desc OK, ERROR Filter expression (string DSL). Clauses combined with and; a clause is a predicate (field operator [value]) or a parenthesized OR-group of predicates: (a = 1 or b = 2). or only inside parens, and only outside; groups do not nest. Operators: =, !=, >, >=, <, <=, contains, not contains, starts with, ends with, and (for metadata.<key>) exists / does not exist. Quote values with spaces. Fields: model, user_id, session_id, trace_id, prompt_name, input, output, props, semantic_kind, latency_ms, cost, prompt_tokens, completion_tokens, status (OK|ERROR), tags, metadata., score__. Example: (model = "gpt-4o" or model = "o3") and status = ERROR. Malformed filters return 400.