Poll Events
Poll Events
Retrieve stored webhook events by polling
GET
Poll Events
Fetch stored events for a hosted webhook. Use this as an alternative to the SSE stream when you prefer polling over a persistent connection.
This endpoint is only available for hosted webhooks (created without a
url). Events are stored for 24 hours then automatically deleted.Header Parameters
Your API key
Path Parameters
The unique identifier of the webhook
Query Parameters
ISO 8601 datetime to fetch events after. Only events created after this timestamp are returned.Example:
2025-01-15T10:30:00ZMaximum number of events to return. Between 1 and 200.
Response
Whether the request was successful
Polling Pattern
Notes
- Events are stored for 24 hours (TTL) then automatically deleted
- Polling does not consume additional credits beyond the monitoring cost
- Use the
sinceparameter to avoid re-processing events - For real-time delivery, prefer the SSE Stream endpoint