Skip to main content

webhook_deliveries

Overview

Namewebhook_deliveries
TypeResource
Idgithub.apps.webhook_deliveries

Fields

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

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.
list_webhook_deliveriesSELECTReturns a list of webhook deliveries 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.