v25

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0131545750.2 KB

List webhook deliveries

An endpoint's deliveries, newest first, with optional status / type / time-range filters and cursor pagination.

get/v2/webhooks/{teamId}/{webhookId}/deliveries

Path parameters

teamIdstring uuid required
webhookIdstring uuid required

Query parameters

status'success' | 'failed'

Filter by outcome.

type'delivery' | 'verification' | 'all'

Filter by run type. Defaults to delivery (event deliveries). Pass all to include verification handshakes.

beforestring date-time

Only deliveries at or before this ISO-8601 timestamp.

afterstring date-time

Only deliveries at or after this ISO-8601 timestamp.

cursorstring

Opaque cursor from a previous response's next_cursor.

limitinteger

Page size (1–100, default 25).

Response

A page of deliveries.

next_cursorstring nullable

Pass as cursor to fetch the next page; null when there are no more.