Github API - Test Config

GET /orgs/{org}/hooks/{hook_id}/deliveries
orgs

Returns a list of webhook deliveries for a webhook configured in an organization.
List deliveries for an organization webhook

Arguments
key org

org [scalar]

The organization name. 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 per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key cursor

cursor [scalar]

Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the link header for the next and previous page cursors.

API:
Github Open API
(version: 1.1.4)

redelivery boolean

boolean [scalar]

The OpenAPI boolean type

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json hook-delivery-item []

hook-delivery-item [object]

Delivery made by a webhook, without request and response information.

Attributes
action string

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

delivered_at string

Time when the webhook delivery occurred.

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 webhook delivery.

installation_id integer

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

redelivery boolean

Whether the webhook delivery is a redelivery.

repository_id integer

The id of the repository associated with this event.

status string

Describes the response returned after attempting the delivery.

status_code integer

Status code received when delivery was made.

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)