Skip to main content
POST
Query spans

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
application_id
string<uuid>
required
start_time
string<date-time>
required

Start of the time range (inclusive, UTC).

end_time
string<date-time>
required

End of the time range (exclusive, UTC).

filter
object

Optional structured filter tree. Maximum nesting depth is 3 levels and maximum total rule count is 10.

ordering
string
default:-start_time

Sort field with optional leading "-" for descending

page_size
integer
default:50
Required range: 1 <= x <= 200
offset
integer
default:0
Required range: 0 <= x <= 10000

Response

A paginated list of spans matching the query

Response object for paginated API responses.

api_version
enum<string>
default:3.0

API version of the response.

Available options:
2.0,
3.0
kind
enum<string>
default:PAGINATED

Type of response, indicating a paginated response.

Available options:
PAGINATED
data
object