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

traces_span

Request example
{ "method": "tools/call", "params": { "name": "traces_span", "arguments": { "traceId": "string", "spanId": "string", "project": "string", "org": "string", "json": true } } }
traces_spanTOOL
Show the full details for one span inside a trace.
Use the short span id printed by strada traces view, or paste a full SpanId. The command prints all span attributes, resource attributes, scope attributes, exception events, and links without truncation. Use this after the compact tree has identified the span that needs inspection.
Parameters
traceId *string
Positional argument traceId
spanId *string
Positional argument spanId
project?string
Project slug override (defaults to folder setup)
org?string
Organization override (defaults to folder setup)
json?boolean
Print raw span JSON