Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

traces_list

Request example
{ "method": "tools/call", "params": { "name": "traces_list", "arguments": { "project": [ "string" ], "org": "string", "service": "string", "since": "string", "until": "string", "errors": true, "limit": "string", "json": true } } }
traces_listTOOL
List distributed traces in a project, grouped by TraceId.
Use this to find trace IDs before running strada traces view. Scans otel_traces in the selected time range, summarizes span counts, services, error spans, duration, and the first root span when one exists. Project isolation is enforced by the project-scoped query API.
Parameters
project?string[]
Project slug override (repeatable, defaults to folder setup)
org?string
Organization override (defaults to folder setup)
service?string
Filter by ServiceName
since?string
Start time: duration (1h, 7d) or ISO date (default: 1h)
until?string
End time: duration (1h) or ISO date
errors?boolean
Only show traces with error spans
limit?string
Max traces (default: 50)
json?boolean
Print raw JSON response