id | integer | Unique identifier of the delivery. |
action | string | The type of activity for the event that triggered the delivery. |
delivered_at | string | Time when the delivery was delivered. |
duration | number | Time spent delivering. |
event | string | The event that triggered the delivery. |
guid | string | Unique identifier for the event (shared with all deliveries for all webhooks that subscribe to this event). |
installation_id | integer | The id of the GitHub App installation associated with this event. |
redelivery | boolean | Whether the delivery is a redelivery. |
repository_id | integer | The id of the repository associated with this event. |
request | object | |
response | object | |
status | string | Description of the status of the attempted delivery |
status_code | integer | Status code received when delivery was made. |
url | string | The URL target of the delivery. |