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.
Path parameters
Webhook endpoint id.
Webhook endpoint id.
Query parameters
Page size 1-100 (default 25), enforced by the handler.
Page size 1-100 (default 25), enforced by the handler.
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.
Changes
Changed in 2 of the 21 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 377 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲