curl --request GET \
--url http://localhost:8787/v1/streams/{id}/top-words \
--header 'Authorization: Bearer <token>'[
{
"word": "<string>",
"count": 123
}
]curl --request GET \
--url http://localhost:8787/v1/streams/{id}/top-words \
--header 'Authorization: Bearer <token>'[
{
"word": "<string>",
"count": 123
}
]Optional bearer token enforced when the Worker is configured with an API token.
Number of rows to return.
1 <= x <= 200