Skip to main content
GET
List recent webhook delivery attempts
Returns the delivery history for your workspace, most recent first. Use it to investigate events that never arrived, or that arrived more than once. Filter by status to isolate failures, and page through results with limit and cursor. See Webhooks for retry behaviour.

Authorizations

Authorization
string
header
required

API key sent as a Bearer token: "Bearer prefix.secret"

Query Parameters

limit
integer

Max deliveries to return

cursor
string

Pagination cursor

status
string

Filter by delivery status

Response

200 - application/json

OK

data
object
Example:
error
object

Error message, empty string on success.

Example:
meta
object
Example:
success
boolean

Whether the request succeeded.

Example:

true