Autional Autional
API Reference GitHub autional.com →

GET /developer/traces/search

Search Jaeger traces by service, operation, and time range, automatically injects tenant isolation filter

Gateway - Developer Tools `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
service query string No Service name
operation query string No Operation name
limit query integer No 20 Number of results to return
start_time query string No Start time (RFC3339 format)
end_time query string No End time (RFC3339 format)

Responses

StatusDescriptionSchema
200Trace listobject
400Invalid request parametersobject
401Unauthenticatedobject
403Insufficient permissionsobject
500Internal server errorobject