Overview
The Board Streams API exposes a lightweight SSE channel for observing board item changes within a workspace. Clients connect to a workspace-specific endpoint and receive periodicboard_update events containing the latest items.
Base URL
Authentication
All requests require a valid bearer token in theAuthorization header. See Authentication for details.
Endpoints
Stream status
Response
Subscribe to workspace updates
SSE event format
board_update event every five seconds for the requested workspace and keeps the connection alive with empty SSE heartbeats every fifteen seconds.