StatsHub Docs
APIEndpoint referenceDashboard

/dashboard/bot/alerts

The history of alerts the Telegram bot has sent.

GET
/api/dashboard/bot/alerts

The history of alerts the Telegram bot has sent.

The history includes subscriber-facing message text, so the replacement requires a production superadmin instead of preserving legacy's public read.

Both page and limit are required — there are no defaults, and omitting either is a 400 rather than a first page.

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Query Parameters

limit?integer
Formatint64
page?integer
Formatint64

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/dashboard/bot/alerts"
{  "data": [    "string"  ],  "pagination": {    "property1": null,    "property2": null  }}