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
| Name | In | Type | Required | Default | Example | Constraints | Description |
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
| Status | Description | Schema |
| 200 | Trace list | object |
| 400 | Invalid request parameters | object |
| 401 | Unauthenticated | object |
| 403 | Insufficient permissions | object |
| 500 | Internal server error | object |