Get one trace with its spans and derived agent view
Use when: caller wants the full record of one agent run: every span plus the derived agent-view projection (ordering, nesting depth, evidenced tool executions, coverage accounting)
Returns the trace row, its raw spans (decrypted payloads subject to storage policy), and the derived view: events ordered for display (spans, traffic-evidenced tool executions, labeled unobserved gaps) and a coverage summary (observed wall-clock %, verified span loss, sequence holes). Evidenced entries carry no fabricated measurements.
Authorizations
Verlon API key (newly minted keys are prefixed sk-vrln-; legacy verlon_* and layer_* keys from prior prefix migrations continue to validate). Generated from the dashboard under Settings → API Keys, or via verlon key create in the CLI.
Path Parameters
^[0-9a-f]{32}$Response
Trace, spans, and derived agent view.

