Skip to main content
GET
Returns recent delivery attempts across your organization’s webhook endpoints, newest first. Each row records the event, the attempt number, and what your endpoint answered — everything needed to debug a failing receiver.

Headers

string
required
Bearer token formatted as Bearer gork_live_.... Requires the webhooks:read scope.

Query parameters

number
default:"50"
Maximum deliveries to return, 1–100.
Delivery rows embed full event payloads (including email bodies) and your endpoint’s response text, so this endpoint is scope-gated like any other read — a least-privilege key cannot dump delivery history.

Response

object[]