List webhook deliveries
List recent delivery attempts for a webhook, newest first. Use cursor for pagination.
Shows status code, response time, success/failure, and error details for each delivery attempt. Useful for debugging webhook integrations.
Errors: 401 authentication_required: API key or token is missing, invalid, or revoked. 403 permission_denied: Your plan does not include API access. 404 resource_not_found: No webhook with that ID exists, or it is not in your org. 429 rate_limit_exceeded: You sent too many requests this minute.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A UUID identifier.
Query Parameters
Max results per page (1-50)
1 <= x <= 50Cursor from the previous page's next_cursor
