Skip to main content
GET
Stream notifications in real time (SSE)

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Response

200 - text/event-stream

A text/event-stream of notification events. Each frame is data: <json notification> terminated by a blank line, interleaved with : heartbeat comment lines.

text/event-stream payload. Each frame is data: <json notification> followed by a blank line; : heartbeat comment lines keep the connection alive.