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
- 200
- 404
- 422
- 500
Successful Response
Payload not found
Validation Error
Payload fetch failed