Skip to main content
GET
/
v1
/
streams
/
{id}
/
top-chatters
Top chatters
curl --request GET \
  --url http://localhost:8787/v1/streams/{id}/top-chatters \
  --header 'Authorization: Bearer <token>'
[
  {
    "username": "<string>",
    "message_count": 123
  }
]

Authorizations

Authorization
string
header
required

Optional bearer token enforced when the Worker is configured with an API token.

Path Parameters

id
string
required

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 200

Response

Successful response

username
string
required
message_count
integer
required