POST
/
query
/
traces

Authorizations

Authorization
string
header
required

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

Body

application/json
end_time
string

End time for the query.

limit
integer
default:
100

Limit the number of results.

service_name
string

Filter traces by service name.

span_name
string

Filter traces by span name.

start_time
string

Start time for the query.

Response

200 - application/json
duration
integer
events
object[]
parent_span_id
string
resource_attributes
object
scope_name
string
scope_version
string
service_name
string
span_attributes
object
span_id
string
span_kind
string
span_name
string
status_code
string
status_message
string
timestamp
string
trace_id
string
trace_state
string