Get details for a specific trace or a span within a time range.
Requires a valid JWT token with the read:traces permission.
The search is limited to spans where span_start_time falls within
the specified time range. If span_id is provided, returns only the
data for that specific span as a single-element list.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OpenTelemetry trace identifier (32-character hexadecimal string)
"4bf92f3577b34da6a3ce929d0e0e4736"
Start datetime (inclusive)
"2025-01-15T00:00:00Z"
End datetime (exclusive)
"2025-01-16T00:00:00Z"
OpenTelemetry span identifier (16-character hexadecimal string). If provided, returns only the data for this specific span.
"5ab41c652fedc2af"
Successful Response
Billing information associated with a span.
Usage information associated with a span.