Get a trace
GET/v1/projects/:project_id/traces/:trace_id
Returns one trace. A trace belonging to another project responds 404, not 403 — the API never confirms that an id exists elsewhere.
Request
Responses
- 200
- 401
- 404
- 502
Trace details.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.