v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-013469188.5 KB
Webhooks

List persisted webhook events for the calling client

Returns webhook events delivered (or attempted) to the caller's webhook URL. Use for backfill or replay verification. Results are id-desc; pass the last nextCursor to paginate.

get/webhooks/events

Query parameters

sincestring date-time

Return events created at or after this ISO timestamp

Return events created at or after this ISO timestamp

typestring

Filter by webhook type (e.g. "bridge-started")

Filter by webhook type (e.g. "bridge-started")

limitinteger

Max events to return (1-200, default 50)

Example:50

Max events to return (1-200, default 50)

cursorstring

Opaque cursor from a previous page. Returned events are id-desc; pass the lowest id from the previous page.

Opaque cursor from a previous page. Returned events are id-desc; pass the lowest id from the previous page.

Headers

x-api-keystring required

API key for authentication

Example:your-api-key

API key for authentication

x-api-versionstring

API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.

Example:2026-04.amazon

API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.

Response

Webhook events list

nextCursorstring nullable required