Skip to main content
GET
List Webhook Deliveries

Authorizations

X-API-Key
string
header
required

Path Parameters

endpoint_id
string
required

Endpoint whose log to read.

Query Parameters

limit
integer<int32>

Maximum items to return. Default 100, capped at 1000.

page_token
string

Opaque continuation token from a previous response.

status
enum<string>

Return only attempts with this outcome.

Available options:
WEBHOOK_DELIVERY_STATUS_UNSPECIFIED,
WEBHOOK_DELIVERY_STATUS_SUCCEEDED,
WEBHOOK_DELIVERY_STATUS_FAILED

Response

OK

deliveries
object[]
read-only

The page of attempts, newest first.

next_page_token
string
read-only

Continuation token for the next page; empty when there are no more results.