Skip to main content
GET
List Webhook Deliveries

Авторизации

X-API-Key
string
header
обязательно

Параметры пути

endpoint_id
string
обязательно

Endpoint whose log to read.

Параметры запроса

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.

Доступные опции:
WEBHOOK_DELIVERY_STATUS_UNSPECIFIED,
WEBHOOK_DELIVERY_STATUS_SUCCEEDED,
WEBHOOK_DELIVERY_STATUS_FAILED

Ответ

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.