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 periodic board_update events containing the latest items.

Base URL

For local development:

Authentication

All requests require a valid bearer token in the Authorization header. See Authentication for details.

Endpoints

Stream status

Response

Subscribe to workspace updates

SSE event format

The stream emits a board_update event every five seconds for the requested workspace and keeps the connection alive with empty SSE heartbeats every fifteen seconds.

Error codes