Github API - Test Config

GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}
repos

Returns a delivery for a webhook configured in a repository.
Get a delivery for a repository webhook

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key hook-id

hook-id [scalar]

The unique identifier of the hook.

API:
Github Open API
(version: 1.1.4)

key delivery-id

delivery-id [scalar]

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json hook-delivery

hook-delivery [object]

Delivery made by a webhook.

Attributes
action string

The type of activity for the event that triggered the delivery.

delivered_at string

Time when the delivery was delivered.

duration number

Time spent delivering.

event string

The event that triggered the delivery.

guid string

Unique identifier for the event (shared with all deliveries for all webhooks that subscribe to this event).

id integer

Unique identifier of the delivery.

installation_id integer

The id of the GitHub App installation associated with this event.

redelivery boolean

Whether the delivery is a redelivery.

repository_id integer

The id of the repository associated with this event.

request 2008

response 2011

status string

Description of the status of the attempted delivery

status_code integer

Status code received when delivery was made.

url string

The URL target of the delivery.

API:
Github Open API
(version: 1.1.4)
400 bad_request

bad_request [scalar]

Bad Request

API:
Github Open API
(version: 1.1.4)
422 validation_failed

validation_failed [scalar]

Validation failed, or the endpoint has been spammed.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)