Skip to main content

webhook_delivery

Overview

Namewebhook_delivery
TypeResource
Idgithub.orgs.webhook_delivery

Fields

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

Methods

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