id | integer | Unique identifier of the webhook delivery. |
action | string | The type of activity for the event that triggered the delivery. |
delivered_at | string | Time when the webhook delivery occurred. |
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 webhook delivery is a redelivery. |
repository_id | integer | The id of the repository associated with this event. |
status | string | Describes the response returned after attempting the delivery. |
status_code | integer | Status code received when delivery was made. |