List webhook deliveries
Returns the recent delivery history for a webhook, newest first. Only the last 50 events per webhook are kept. One entry per event, updated in place across automatic retries — attempts is how many times it has been tried.
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Path Parameters
Webhook UUID
Response
List webhook deliveries
Api_V1_Entities_WebhookDelivery model
Unique delivery identifier
Event UUID, matching the 'webhook-id' header and the payload 'id'
Event type that was delivered: 'deploy_started' or 'deploy_ended'
Outcome: 'pending', 'delivered' or 'failed'
HTTP status returned by the endpoint; null when no response was received
Response body or error, truncated to 500 characters
How many times delivery has been tried, including retries
When the most recent attempt ran
When the event was first queued
The exact JSON body that was POSTed to the endpoint

