List Deliveries
List webhook deliveries for the caller’s team, newest first.
Role-scoped: admin / owner sees every delivery in the team; member
sees only deliveries triggered by keys they created (rows whose
api_key_id was set to NULL after the key was deleted stay
admin-only).
Authorizations
API key from Settings > Developer > REST API
Headers
Calendar-dated API version pin. New integrations should pin 2026-05-01 to opt into the newest response shapes. For back-compat the server also accepts requests with no header and resolves them to the current default (today: 2026-04-12); that default advances on each sunset date. Any unsupported value returns 400 unsupported_version.
2026-04-12, 2026-05-01 "2026-05-01"
Query Parameters
pending, succeeded, failed 1 <= x <= 200Response
Successful Response
Items in this page, in the endpoint's declared sort order.
Opaque cursor to pass as ?cursor= on the next request. null means you've reached the end of the collection.
Number of items in this page (always len(data); derived server-side).
true when more items exist beyond this page — keep requesting with next_cursor until this is false. Never trust len(data) < limit alone.
The effective page-size limit this response was computed with.
True total number of items in the collection (after filters), when the endpoint can count cheaply. null on log/search lanes — use has_more there.