Skip to main content

webhook_deliveries

Overview

Namewebhook_deliveries
TypeResource
Idgithub.orgs.webhook_deliveries

Fields

NameDatatypeDescription
idintegerUnique identifier of the delivery.
delivered_atstringTime when the delivery was delivered.
eventstringThe event that triggered the delivery.
redeliverybooleanWhether the delivery is a redelivery.
guidstringUnique identifier for the event (shared with all deliveries for all webhooks that subscribe to this event).
statusstringDescription of the status of the attempted delivery
requestobject
durationnumberTime spent delivering.
actionstringThe type of activity for the event that triggered the delivery.
installation_idintegerThe id of the GitHub App installation associated with this event.
responseobject
status_codeintegerStatus code received when delivery was made.
urlstringThe URL target of the delivery.
repository_idintegerThe id of the repository associated with this event.

Methods

NameAccessible byRequired ParamsDescription
get_webhook_deliverySELECTdelivery_id, hook_id, orgReturns a delivery for a webhook configured in an organization.
list_webhook_deliveriesSELECThook_id, orgReturns a list of webhook deliveries for a webhook configured in an organization.
redeliver_webhook_deliveryEXECdelivery_id, hook_id, orgRedeliver a delivery for a webhook configured in an organization.