GET/v4/alerts/list
List alerts
Comprehensive endpoint documentation for List alerts. Integrate this institutional endpoint to sync operational telemetry.
Authentication Protocol
Bearer <API_KEY>Path Parameters
workspace_idstringRequired
Your institutional workspace identifier.
Transmission Examples
curl
curl https://api.topsafe.ai/v4/alerts/list \
-H "Authorization: Bearer YOUR_API_KEY"Schema Response
json
{
"success": true,
"data": {
"status": "active",
"timestamp": "2026-04-22T08:00:00Z"
}
}