WebhookService
List Webhook Deliveries
Returns the endpoint’s delivery attempts, newest first: what was sent, when, and how the receiver answered. Without it a failing subscription can be seen but not diagnosed. Entries carry ids and transport outcomes only, never the payload, and are kept for 30 days.
Required scope: webhooks:manage
Error Codes:
- WEBHOOK_NOT_FOUND: No such endpoint in the caller’s tenant.
GET
List Webhook Deliveries
Authorizations
Path Parameters
Endpoint whose log to read.
Query Parameters
Maximum items to return. Default 100, capped at 1000.
Opaque continuation token from a previous response.
Return only attempts with this outcome.
Available options:
WEBHOOK_DELIVERY_STATUS_UNSPECIFIED, WEBHOOK_DELIVERY_STATUS_SUCCEEDED, WEBHOOK_DELIVERY_STATUS_FAILED