GET /developer/traces/{traceID}
Get full trace details by traceID, automatically verifies tenant ownership to prevent cross-tenant data leakage
Gateway - Developer Tools `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
traceID |
path |
string |
Yes |
|
|
|
Trace ID |
Responses
| Status | Description | Schema |
| 200 | Trace details | object |
| 400 | Invalid request parameters | object |
| 401 | Unauthenticated | object |
| 403 | Insufficient permissions | object |
| 404 | Trace not found | object |
| 500 | Internal server error | object |