GitHub · Schema

GitHub Webhook Delivery

A record of a webhook delivery from GitHub, including the request headers, payload, and response information.

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Properties

Name Type Description
id integer The unique identifier of the webhook delivery.
guid string The globally unique identifier for the delivery (X-GitHub-Delivery header).
delivered_at string The date and time the delivery was made.
redelivery boolean Whether this delivery is a redelivery of a previous delivery.
duration number The time in seconds the delivery took.
status string The HTTP status description returned by the receiver.
status_code integer The HTTP status code returned by the receiver.
event string The event type that triggered the delivery (X-GitHub-Event header).
action stringnull The action within the event that triggered the delivery.
installation_id integernull The GitHub App installation ID, if applicable.
repository_id integernull The repository ID associated with the delivery.
url string The API URL for the delivery record.
request object
response object
View JSON Schema on GitHub