Skip to main content

Get a log record's stored payload

GET 

/api/logs/:event_id/payload

Return the stored payload/body for a single event on demand.

Returns the payload_archive blob for DATA records, or the event_detail body for NODE_EVENT / SYSTEM_EVENT records. 404 if the record doesn't exist or has no stored body.

Request

Responses

Successful Response