Webhooks
List a webhook endpoint's deliveries
Returns the endpoint's delivery log, newest first, with native cursor pagination. Pass limit (1-100) and cursor query params. Requires the webhooks.manage permission.
get/webhooks/{id}/deliveries
Path parameters
idstring required
Webhook endpoint id.
Webhook endpoint id.
Query parameters
limitstring
Page size 1-100 (default 25), enforced by the handler.
Page size 1-100 (default 25), enforced by the handler.
cursorstring
Opaque continuation cursor from a prior page's continueCursor.
Opaque continuation cursor from a prior page's continueCursor.
Response
Cursor-paginated result. continueCursor is non-null even when isDone is true.