Retrieve a paginated list of traces. Supports filtering by status, name, and latency range.
Your AgentMark API key. Create one in the dashboard under Settings > API Keys.
Example: Authorization: Bearer am_live_abc123
Your application ID. Found in the dashboard under Settings > General.
"app_abc123"
Filter by trace status:
0 — Unset1 — Ok2 — Error0, 1, 2 Partial match on trace name.
500Return traces with latency greater than this value (milliseconds).
x >= 0Return traces with latency less than this value (milliseconds).
x >= 0Maximum number of traces to return.
1 <= x <= 200Number of traces to skip for pagination.
x >= 0A list of traces.