Returns a list of webhook deliveries for a webhook configured in a repository.List deliveries for a repository webhook
The account owner of the repository. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
The unique identifier of the hook.
The number of results per page (max 100).
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.
link
The OpenAPI boolean type
Delivery made by a webhook, without request and response information.
The type of activity for the event that triggered the delivery.
Time when the webhook delivery occurred.
Time spent delivering.
The event that triggered the delivery.
Unique identifier for the event (shared with all deliveries for all webhooks that subscribe to this event).
Unique identifier of the webhook delivery.
The id of the GitHub App installation associated with this event.
Whether the webhook delivery is a redelivery.
The id of the repository associated with this event.
Describes the response returned after attempting the delivery.
Status code received when delivery was made.
Bad Request
Validation failed, or the endpoint has been spammed.