v25

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

List team deliveries

Account-wide delivery feed across all of the team's webhooks, newest first.

get/v2/webhooks/{teamId}/deliveries

Path parameters

teamIdstring 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.

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.