Get Live Traces
Traces
Get Live Traces
Get spans from the live streaming endpoint.
Retrieves a paginated list of the most recent spans for an application from the live data stream.
Requires a valid JWT token with the read:traces permission.
Returns: Paginated list of trace details
GET
Get Live Traces
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Query Parameters
Start datetime (inclusive)
Example:
"2025-01-15T00:00:00Z"
End datetime (exclusive)
Example:
"2025-01-16T00:00:00Z"
Page number for pagination (1-indexed)
Required range:
x >= 1Number of items per page
Required range:
1 <= x <= 100