Skip to main content
GET
Stream the inbox's change events

Authorizations

Authorization
string
header
required

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

Response

A stream of change events; each frame's data is one event.

The single inbox change-feed event: something changed, refetch what you show.

thread_id narrows the hint to one thread; None means the thread list itself changed. The frontend debounces and invalidates either way, so one coalesced event kind is all the wire ever carries.