APIEndpoint referenceDashboard
/dashboard/bot/alerts
The history of alerts the Telegram bot has sent.
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.
AuthorizationBearer <token>
Supabase access token.
In: header
Query Parameters
limit?integer
Format
int64page?integer
Format
int64Response 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 }}