List persisted webhook events for the calling client
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
List persisted webhook events for the calling client
Documentation Index
Fetch the complete documentation index at: https://docs.rhinestone.dev/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API key for authentication
Example:
"your-api-key"
API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.
Pattern:
^\d{4}-\d{2}\.[a-z0-9]+$Example:
"2026-04.amazon"
Query Parameters
Return events created at or after this ISO timestamp
Filter by webhook type (e.g. "bridge-started")
Minimum string length:
1Max events to return (1-200, default 50)
Required range:
1 <= x <= 200Example:
50
Opaque cursor from a previous page. Returned events are id-desc; pass the lowest id from the previous page.
Minimum string length:
1