Skip to main content
GET
Channel Status

Headers

x-user-id
string
required

Caller's user ID. Temporary header-based identity; will be replaced by JWT auth.

Path Parameters

channel_id
string
required

Response

Successful Response

Live connection status of a running channel adapter — owned and updated by the adapter itself; read by the dispatcher's status API.

state transitions (all set by the adapter): stopped (default / on teardown) → connectingconnected; retrying while reconnecting after a drop; failed when the adapter gave up (parked, no more retries until the channel is edited).

state
string
default:stopped
last_error
string
default:""