Retrieve a delivery
The latest outcome of one submission’s delivery to this webhook.
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
The submission's id, from the submissions list or from a delivery
Response
"64c000000000000000000001"
Empty on deliveries from before webhooks had ids.
"whk_3f9Kq2bLm8xZpQ1rT7vWc0"
The latest outcome for this submission. Retries run for up to 3 days, then the state is failed.
succeeded, failed, retrying, pending, skipped SUCCESS, or the error family of the last attempt.
"ERROR_WEBHOOK_HTTP_5XX"
Attempts so far.
3
The HTTP status your endpoint answered, when it answered.
502
The network error when the endpoint did not answer.
"ECONNREFUSED"
The error text of the last attempt, up to 1024 characters.
When the last attempt ended.
"2026-09-13T12:00:00.000Z"