v1

latestOpenAPI 3.1.02026-08-042453938.9 KB
Events

Get stored payloads for an event

Retrieve raw input/output payloads that were stored when the event was created with storePayloads: true.

Returns the full JSON payloads along with integrity hashes and size information. Returns 404 if no payloads were stored or if they have expired.

Use case: Historical data replay, audit trails, debugging.

get/v1/events/{id}/payload

Path parameters

idstring required

Event ID

Response

Stored payloads

idstring
usageEventIdstring
inputPayloadobject nullable
outputPayloadobject nullable
inputHashstring nullable
outputHashstring nullable
inputSizeBytesinteger nullable
outputSizeBytesinteger nullable
createdAtstring date-time
expiresAtstring date-time nullable