GET /webhooks/deliveries

List webhook deliveries, newest first.

MethodPath
GET/v1/webhooks/deliveries

Includes verification pings and deliveries for deleted webhooks. History is retained for 30 days. Retries belong to the same delivery.

Query parameters

webhook_idstring
event_typeenum
one ofsession.createwebhook.ping
statusenum
one ofpendingdeliveringretryingsucceededfailedcancelled
startstring · date-time
endstring · date-time
limitdefault 50integer
cursorstring
curl "https://api.ellipsis.dev/v1/webhooks/deliveries" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY"

Request

Response

Example response · 200
{
"has_more": false,
"next_cursor": "string"
}

On this page

No Headings
Schedule a demo