ReferenceAsk
Remy Reference/Admin SDK/Realtime/List event channels
A

List event channels

List channels with recent publishes or subscriptions and their live subscriber counts.
admin.events.channelsList({ scope: 'live' })

Lists the channels with a publish or a subscription in the last 24 hours, recency-sorted and capped at 200, each with its live subscriber count. It is the quickest way to spot the most common realtime bug: a channel with subscribers but no publishes, or publishes but no subscribers, means the two sides spell the channel differently.

Parameters
--scope
string
Environment to inspect: live (default), preview:<releaseId>, or dev:<sessionId>.
CLI
remy-admin events channels list --scope live