Skip to main content

webhook_delivery

Overview

Namewebhook_delivery
TypeResource
Idgithub.apps.webhook_delivery

Fields

NameDatatypeDescription
idintegerUnique identifier of the delivery.
durationnumberTime spent delivering.
redeliverybooleanWhether the 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.
requestobject
eventstringThe event that triggered the delivery.
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
installation_idintegerThe id of the GitHub App installation associated with this event.
responseobject
urlstringThe URL target of the delivery.
delivered_atstringTime when the delivery was delivered.

Methods

NameAccessible byRequired ParamsDescription
get_webhook_deliverySELECTdelivery_idReturns a delivery for the webhook configured for a GitHub App.

You must use a JWT to access this endpoint.
redeliver_webhook_deliveryEXECdelivery_idRedeliver a delivery for the webhook configured for a GitHub App.

You must use a JWT to access this endpoint.