Skip to main content
POST
cURL

Body

application/json

Trace search query

query
string

Free text search

service_name
string

Service name filter

operation_name
string

Operation name filter

min_duration_ms
integer<int64>

Minimum duration in milliseconds

max_duration_ms
integer<int64>

Maximum duration in milliseconds

status
enum<number>

Status filter

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

Time range start

end_time
string<date-time>

Time range end

tags
object

Tag filters

limit
integer<int32>
default:100

Page size

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

Cursor

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)