Skip to main content

webhook_deliveries

Overview

Namewebhook_deliveries
TypeResource
Idgithub.orgs.webhook_deliveries

Fields

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

Methods

NameAccessible byRequired Params
list_webhook_deliveriesSELECThook_id, org