Skip to main content
GET
cURL

Query Parameters

serviceName
string

Service name filter

minDurationMs
integer<int64>

Minimum duration in ms

maxDurationMs
integer<int64>

Maximum duration in ms

status
enum<number>

Status filter Span status code

Available options:
0,
1,
2
startTime
string<date-time>

Start time

endTime
string<date-time>

End time

limit
integer<int32>
default:100

Page size

Required range: 1 <= x <= 1000
cursor
string

Cursor for pagination

Response

The request has succeeded.

Cursor-based paginated response wrapper

items
object[]
required

List of items in this page

has_more
boolean
required

Whether there are more items available

next_cursor
string

Cursor for the next page (null if no more pages)

prev_cursor
string

Cursor for the previous page (null if first page)