Skip to main content
GET
Stats

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

channelId
string
required

Response

Channel statistics.

sampledAt
string<date-time>
required
connections
integer
required
presenceMembers
integer
required
published
integer
required
delivered
integer
required
rejected
integer
required
retainedEvents
integer
required
retainedBytes
integer
required
connectionSeconds
integer
required

Cumulative connected-session seconds used for monotonic usage metering.

retainedByteSeconds
integer
required

Cumulative retained-payload byte-seconds used for monotonic usage metering.