Skip to main content
This is a Backend SDK method, not an HTTP endpoint. Run it on your server — typically every 30 seconds.

Signature


Parameters

number
default:"50"
Maximum number of events to return per call. Server cap is 100.
number
Unix timestamp in milliseconds. Only returns events stored after this time. Useful for paginating across a specific time window.

Return value

array
Array of WebhookEvent objects. See Webhook Event Schema for the full field list.
number
Total events still in the queue after this batch. If greater than 0, call again to drain the rest.


Do not poll more frequently than every 5 seconds — the platform rate-limits aggressive polling.