Retrieve a trace

Retrieve a trace by its ID, including the complete span tree with full input/output for all spans.

Path parameters

trace_unique_idstringRequired
Trace Unique Id

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY.

Query parameters

environmentstringOptional
Filter by environment.
start_timedatetimeOptional

Start of time range (ISO 8601).

end_timedatetimeOptional

End of time range (ISO 8601).

Response

Successful response for Retrieve trace

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error