Server-Sent Events stream of canonical card changes.
Notifications
Server-Sent Events stream of canonical card changes.
Returns a text/event-stream connection.
GET
Server-Sent Events stream of canonical card changes.
Authorizations
Supabase JWT token in Authorization: Bearer header
Headers
SSE reconnect convention; takes precedence over since when both are present.
Required range:
x >= 0Path Parameters
Query Parameters
log_index cursor; omit to start at the current head.
Required range:
x >= 0Response
SSE stream (text/event-stream). Each frame is event: card_changed\nid: <log_index>\ndata: {...}\n\n.
The response is of type string.