Skip to main content
POST
cURL

Authorizations

API-Token
string
header
required

Chronosphere API token

Body

application/json
end_time
string<date-time>

End time for the search.

operation
string

Operation to filter on. An empty value doesn't apply any operation filter.

query_type
enum<string>

Type of query to perform. TRACE_IDS: Search for specific trace IDs. SERVICE_OPERATION: Search for traces with a specific service and operation, over a specific time frame.

Available options:
TRACE_IDS,
SERVICE_OPERATION
service
string

Service to filter on. An empty value doesn't apply any service filter.

start_time
string<date-time>

Start time for the search.

tag_filters
object[]

Tag filter to apply. An empty value doesn't apply any tag filter.

trace_ids
string[]

Trace IDs to search for.

Response

A successful response.

traces
object[]