WebhookDelivery
A single delivery record.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
id |
yes | string (uuid) |
The delivery identifier. Sent in the request as the X-AgentPrism-Delivery header. |
— |
subscriptionId |
yes | string (uuid) |
The subscription identifier. | — |
tenantId |
yes | string |
The tenant identifier. | — |
eventType |
yes | string |
The event name. | — |
payload |
yes | string |
The JSON body sent. | — |
status |
yes | WebhookDeliveryStatus |
The delivery’s status. | — |
attempt |
no | integer (int32) |
The number of attempts made. | pattern `^-?(?:0\ |
responseCode |
no | integer (int32) |
The HTTP status code the recipient returned. null if a connection could not be established. |
pattern `^-?(?:0\ |
error |
no | string |
The most recent error message. | — |
createdAt |
yes | string (date-time) |
The creation time (UTC). | — |
deliveredAt |
no | string (date-time) |
The successful delivery time (UTC). | — |