StatsHub Docs
Endpoint referenceDashboard

/dashboard/bot/alerts

The history of alerts the Telegram bot has sent.

GET
/api/v2/dashboard/bot/alerts

The history of alerts the Telegram bot has sent.

SECURITY: unauthenticated, as in the original. Read-only, but it exposes the message text of every alert sent to subscribers. See task on the admin bot endpoints.

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

Query Parameters

limit?integer
Formatint64
page?integer
Formatint64

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

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