Skip to main content
GET
List deliveries for a webhook subscription

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required

Organization ID

Example:

"org-abc123"

subscriptionId
string
required

ID of the webhook subscription whose delivery log is being listed

Example:

"whs-9c2f1a7e"

Query Parameters

page
number

1-based page number. Defaults to 1.

Example:

1

limit
number

Items per page (1–200). Defaults to 50.

Example:

50

status
enum<string>

Filter the log to deliveries in a single lifecycle status.

Available options:
pending,
in_flight,
delivered,
failed,
dead

Response

Paginated delivery list with items, total, page, and limit