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

traces view

Render one distributed trace as a parent-child span tree.
Use a TraceId from strada traces list or from logs/errors. The SQL fetches all spans for that TraceId, then the CLI builds a SpanNode tree from SpanId and ParentSpanId. Use --json to print a shape designed to match the @strada.sh/ui trace timeline, making future code sharing simple.

Usage

strada traces view <traceId>

Arguments

ArgumentRequiredDescription
<traceId>YestraceId

Options

OptionDefaultDescription
-p, --project [slug]-Project slug override (defaults to folder setup)
--org [name-or-id]-Organization override (defaults to folder setup)
--attrs [count]3Number of compact span attributes to show
-e, --expand-span [spanId]-SpanId or unique SpanId prefix to expand (repeatable)
--json-Print @strada.sh/ui compatible JSON

Global Options

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