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

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.

Usage

strada traces list

Options

OptionDefaultDescription
-p, --project [slug]-Project slug override (repeatable, defaults to folder setup)
--org [name-or-id]-Organization override (defaults to folder setup)
-s, --service [name]-Filter by ServiceName
--since [time]-Start time: duration (1h, 7d) or ISO date (default: 1h)
--until [time]-End time: duration (1h) or ISO date
--errors-Only show traces with error spans
-n, --limit [count]-Max traces (default: 50)
--json-Print raw JSON response

Global Options

OptionDefaultDescription
-h, --help-Display this message
-v, --version-Display version number