Skip to main content
GET
List deliveries

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

form_id
string
required

The form's id, as shown in the dashboard and in the form's endpoint URL

webhook_id
string
required

The webhook's id, from the list or from the response that created it

Query Parameters

status
enum<string>

Only deliveries in this state. retrying means another attempt is scheduled.

Available options:
succeeded,
failed,
retrying,
pending,
skipped
limit
number
default:25

Page size, 1 to 100. Defaults to 25.

Required range: 1 <= x <= 100
before
string

Deliveries before this time: pass the previous page's last occurred_at to get the next page.

Response

data
object[]
required
has_more
boolean
required

More deliveries exist before the last one listed. Pass its occurred_at as before.