Skip to main content

webhook_delivery

Overview

Namewebhook_delivery
TypeResource
Idgithub.repos.webhook_delivery

Fields

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

Methods

NameAccessible byRequired ParamsDescription
get_webhook_deliverySELECTdelivery_id, hook_id, owner, repoReturns a delivery 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.