Retrieve Trace Metadata
Retrieve aggregate metadata for a single trace, including counts of spans, errors, performance issues, logs, and metrics, along with per-span-operation and per-transaction child-count breakdowns.
Path parameters
The ID or slug of the organization the resource belongs to.
The ID of the trace, a 32-character hexadecimal string.
Query parameters
The period of time for the query, will override the start & end parameters, a number followed by one of:
- d for days
- h for hours
- m for minutes
- s for seconds
- w for weeks
For example, 24h, to mean query data starting from 24 hours ago to now.
The start of the period of time for the query, expected in ISO-8601 format. For example, 2001-12-14T12:34:56.7890.
The end of the period of time for the query, expected in ISO-8601 format. For example, 2001-12-14T12:34:56.7890.
Set to 1 to include uptime check counts in the response. Defaults to 0 (disabled).