Stream notifications in real time

View as MarkdownOpen in Claude
Opens a Server-Sent Events (SSE) connection that pushes notifications as they arrive. Each event is a JSON-encoded notification object with the same shape as a single list-endpoint item. Subscribe once and keep the connection open; the server emits keepalive comments periodically. Clients SHOULD reconnect automatically on disconnection. Not playable in the Try It panel; use a `text/event-stream`-capable client such as curl, EventSource in a browser, or an SSE library in your runtime.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Open SSE stream. Each event payload is a JSON NotificationListItem.