Tool
realtime_presence_get
Get the current presence roster for a channel.
Get the current presence roster for a channel. Roster is deduplicated by identity (connections counts live sockets); a per-connection view is deferred — the store is identity-keyed.
Behavior
- HTTP
GET /realtime/presence
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| channel | string | • | Channel name, "namespace:rest" |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| channel | string | • | Channel name |
| members | array | • | Current roster, deduplicated by identity |
Try it
Get the current presence roster for a channel.