Skip to main content

webhook_deliveries

Overview

Namewebhook_deliveries
TypeResource
Idgithub.apps.webhook_deliveries

Fields

NameDatatypeDescription
idintegerUnique identifier of the webhook delivery.
delivered_atstringTime when the webhook delivery occurred.
redeliverybooleanWhether the webhook delivery is a redelivery.
status_codeintegerStatus code received when delivery was made.
durationnumberTime spent delivering.
repository_idintegerThe id of the repository associated with this event.
statusstringDescribes the response returned after attempting the delivery.
actionstringThe type of activity for the event that triggered the delivery.
guidstringUnique identifier for the event (shared with all deliveries for all webhooks that subscribe to this event).
eventstringThe event that triggered the delivery.
installation_idintegerThe id of the GitHub App installation associated with this event.

Methods

NameAccessible byRequired Params
list_webhook_deliveriesSELECT