Skip to main content

webhook_deliveries

Overview

Namewebhook_deliveries
TypeResource
Idgithub.repos.webhook_deliveries

Fields

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

Methods

NameAccessible byRequired Params
list_webhook_deliveriesSELECThook_id, owner, repo