Traces
Get a trace
The persisted trace of one run: execution spans and the gateway request log for the trace id.
Authorization: send Authorization: Bearer $PLUNGE_API_KEY; X-API-Key: <ozk_ key> is accepted as an alternative.
Spans are written from a queue and can lag a run that just finished. An unknown id also answers 200 with empty arrays.
Authorizations
Authorizationstringheaderrequired
Bearer token:
Authorization: Bearer ozk_…. ozk_ platform API key (Authorization: Bearer ozk_…)Path parameters
idstringrequired
Response
Trace
application/json
trace_idstring
spansSpan[]
gateway_requestsGatewayRequest[]
Missing, invalid, expired or revoked ozk_ key.
Error code: unauthorizedfrom code