Get a trace
Read a trace's original envelope and its current display status.
Set TRACE_ID to a UUID returned by list traces.
curl --fail-with-body "https://api.ledgekit.com/v1/traces/$TRACE_ID" \
-H "Authorization: Bearer $LEDGE_READ_KEY"The response contains status, appId, mode, receivedAt, and envelope. The envelope retains the captured producer metadata, workflow, spans, native content, application input data, templates, and references.
The response's status is the display status, which can be partial success. The original envelope's status uses the wire status values.
This endpoint accepts no query parameters. An invalid ID or any query string returns 400 invalid_query. A missing trace or one outside the key's scope returns 404 trace_not_found.
Loading API schema…