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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Start datetime (inclusive)
"2025-01-15T00:00:00Z"
End datetime (exclusive)
"2025-01-16T00:00:00Z"
Page number for pagination (1-indexed)
x >= 1Number of items per page
1 <= x <= 100