Engine
Covers Engine 2.0.0
dartwic-share/rapid/list-channels
Lists channels exposed by a remote RAPID runtime.
- Category: RAPID Share
Request payload
| Field | Type | Requirement | Description |
|---|---|---|---|
query | string | Optional | Case-insensitive channel filter; defaults to empty. |
limit | integer | Optional | Maximum channel count; defaults to 5000 and is clamped between 1 and 50000. |
Response payload
| Field | Type | Description |
|---|---|---|
node_name | string | Name of this RAPID node. |
snapshot_revision | integer | RAPID Share revision captured for this snapshot. |
channels | array<RemoteChannelSummary> | Matching native channels with their identity and current channel data. |