Skip to main content
GET /v1/events opens a live Server-Sent Events stream for a project.

Connect

Use filter to select comma-separated event names or prefixes supported by the runtime:
Events use standard SSE framing:

Delivery semantics

The Cloud bridge forwards live events and does not maintain a replay buffer. Last-Event-ID is not replayed, IDs can reset when the project runtime restarts, and reconnecting clients must reconcile state through resource endpoints such as GET /v1/tasks. Native browser EventSource cannot set the required authorization header. Do not put a project API key in the URL: the Cloud middleware does not authenticate an apiKey query parameter. Connect from a server-side EventSource implementation that supports headers, or expose an authenticated application-owned proxy to the browser.
See the event reference for runtime event names. The smaller webhook catalog is available at GET https://api.polpo.sh/v1/events/catalog.