v4

latestOpenAPI 3.1.0MIT2026-08-02128224900.7 KB
Webhooks

Retrieve Webhook Attempts

Retrieve webhook attempts for a specific webhook

get/webhooks/{id}/attempts

Path parameters

idstring required

Query parameters

status'unattempted' | 'successful' | 'failed'

An enumeration.

If provided, only return webhook attempts with the given status.

pageinteger

The page number of the paginated response.

Example:1

The page number of the paginated response.

Response

OK

nextstring nullable

The URL to the next page of results, if any.

previousstring nullable

The URL to the previous page of results, if any.

countinteger required

The total number of results across all pages.