Webhooks

List deliveries

List recent deliveries and their statuses.

MethodPath
GET/v1/webhooks/deliveries

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_TOKEN"

Request

Response

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

On this page

No Headings
Schedule a demo