traces
Retrieve a public trace
Retrieve a publicly shared trace without authentication. The trace must have been shared first via PATCH /api/traces/{trace_unique_id}/. Metadata keys beginning with _ are reserved for platform use and are omitted from customer-facing span and trace responses, so they do not round-trip through read APIs.
get/api/{unique_organization_id}/traces/{trace_unique_id}/
Path parameters
unique_organization_idstring required
Organization unique ID used in a public trace share link.
trace_unique_idstring required
Unique trace identifier.
Response
Trace detail with span tree.
Changes
No recorded changes to this endpoint across all 1 revision of this API.