List deliveries
The delivery log of the webhook, sorted by newest first.
One entry per submission with its latest outcome: the HTTP status your endpoint returned, plus the error text if it failed. Filter with status; page with limit and before.
Deliveries are kept for 18 months.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The form's id, as shown in the dashboard and in the form's endpoint URL
The webhook's id, from the list or from the response that created it
Query Parameters
Only deliveries in this state. retrying means another attempt is scheduled.
succeeded, failed, retrying, pending, skipped Page size, 1 to 100. Defaults to 25.
1 <= x <= 100Deliveries before this time: pass the previous page's last occurred_at to get the next page.