Skip to main content

webhook_delivery

Overview

Namewebhook_delivery
TypeResource
Idgithub.apps.webhook_delivery

Fields

NameDatatypeDescription
idintegerUnique identifier of the delivery.
actionstringThe type of activity for the event that triggered the delivery.
delivered_atstringTime when the delivery was delivered.
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 delivery is a redelivery.
repository_idintegerThe id of the repository associated with this event.
requestobject
responseobject
statusstringDescription of the status of the attempted delivery
status_codeintegerStatus code received when delivery was made.
urlstringThe URL target of the delivery.

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.