| id |
integer |
Unique identifier of the webhook delivery. |
| guid |
string |
Unique identifier for the event (shared with all deliveries for all webhooks that subscribe to this event). |
| delivered_at |
string |
Time when the webhook delivery occurred. |
| redelivery |
boolean |
Whether the webhook delivery is a redelivery. |
| duration |
number |
Time spent delivering. |
| status |
string |
Describes the response returned after attempting the delivery. |
| status_code |
integer |
Status code received when delivery was made. |
| event |
string |
The event that triggered the delivery. |
| action |
string |
The type of activity for the event that triggered the delivery. |
| installation_id |
integer |
The id of the GitHub App installation associated with this event. |
| repository_id |
integer |
The id of the repository associated with this event. |
| throttled_at |
string |
Time when the webhook delivery was throttled. |