Openapi
Open realtime stream
Upgrades the connection to a Server-Sent Events (SSE) stream that pushes real-time notification events (new, updated, deleted) to the authenticated recipient. The stream remains open until the client disconnects. For WebSocket-based real-time delivery, connect to the gateway instead.
Authorization
recipientSession AuthorizationBearer <token>
In: header
Response Body
curl -X GET "https://loading/v1/me/stream"Empty
List topics GET
Returns all subscription topics available in the recipient's environment, grouped by category. Each topic includes its name, description, and whether it is required or opted-in by default. Use the topic ids to set per-topic preferences via the preferences endpoint.
Get workspace settings GET
Returns the workspace name and id. Requires operator-session or management-key authentication scoped to the target workspace.