POST
/
query
/
traces

Authorizations

Authorization
string
headerrequired

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

Body

application/json
start_time
string

Start time for the query.

end_time
string

End time for the query.

service_name
string

Filter traces by service name.

span_name
string

Filter traces by span name.

limit
integer
default: 100

Limit the number of results.

Response

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