Skip to main content

webhook_deliveries

Overview

Namewebhook_deliveries
TypeResource
Idgithub.repos.webhook_deliveries

Fields

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

Methods

NameAccessible byRequired ParamsDescription
get_webhook_deliverySELECTdelivery_id, hook_id, owner, repoReturns a delivery for a webhook configured in a repository.
list_webhook_deliveriesSELECThook_id, owner, repoReturns a list of webhook deliveries for a webhook configured in a repository.
redeliver_webhook_deliveryEXECdelivery_id, hook_id, owner, repoRedeliver a webhook delivery for a webhook configured in a repository.