- Category: Channels and Persistence
Request payload
| Field | Type | Requirement | Description |
|---|---|---|---|
channel_names | array<string> | Required | Local channel keys to read. Invalid/non-string entries are skipped. |
Response payload
| Field | Type | Description |
|---|---|---|
channels | object<string, ChannelLookup> | Results keyed by requested name. Each contains exists and either current channel_data or an empty object. |