Get Trace By Id
GET/api/v1/traces/trace/{trace_id}
Retrieve a specific trace by its trace ID. Automatically filters by BusinessId from the current user. Returns all spans in the trace with complete data (no truncation).
Path Parameters
trace_id: string
Query Parameters
project_id: string
Filter by project ID
formatuuid
add_linked_traces: optional boolean
Whether to include linked traces in the response
use_cache: optional boolean
Get Trace By Id
curl http://api-staging.overmind.ai/api/v1/traces/trace/$TRACE_ID{}Returns Examples
{}