id | string | Delivery identifier |
eventType | string | Event type |
endpointId | string | The endpoint this delivery was sent to |
status | string | PENDING, DELIVERED, FAILED, or RETRYING |
attempts | integer | Number of attempts |
requestUrl | string | URL the request was sent to |
requestBody | string | JSON payload that was sent |
responseCode | integer or null | HTTP response code from the endpoint |
responseBody | string or null | Response body from the endpoint |
lastAttemptAt | string or null | ISO 8601 last attempt timestamp |
createdAt | string | ISO 8601 creation timestamp |