Skip to main content

webhook_deliveries

Overview

Namewebhook_deliveries
TypeResource
Idgithub.orgs.webhook_deliveries

Fields

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

Methods

NameAccessible byRequired Params
list_webhook_deliveriesSELECThook_id, org