webhook_deliveries
Overview
Name | webhook_deliveries |
Type | Resource |
Id | github.apps.webhook_deliveries |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | Unique identifier of the delivery. |
redelivery | boolean | Whether the delivery is a redelivery. |
event | string | The event that triggered the delivery. |
status | string | Description of the status of the attempted delivery |
guid | string | Unique identifier for the event (shared with all deliveries for all webhooks that subscribe to this event). |
repository_id | integer | The id of the repository associated with this event. |
action | string | The type of activity for the event that triggered the delivery. |
delivered_at | string | Time when the delivery was delivered. |
url | string | The URL target of the delivery. |
response | object | |
duration | number | Time spent delivering. |
request | object | |
installation_id | integer | The id of the GitHub App installation associated with this event. |
status_code | integer | Status code received when delivery was made. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_webhook_delivery | SELECT | delivery_id | Returns a delivery for the webhook configured for a GitHub App. You must use a JWT to access this endpoint. |
list_webhook_deliveries | SELECT | Returns a list of webhook deliveries for the webhook configured for a GitHub App. You must use a JWT to access this endpoint. | |
redeliver_webhook_delivery | EXEC | delivery_id | Redeliver a delivery for the webhook configured for a GitHub App. You must use a JWT to access this endpoint. |