GET /api/services/mimir/alertmanager/api/v2/alerts

Lists all active alerts for the authenticated system's organization.

Responses

  • 200

    List of active alerts

  • 401 application/json

    Unauthorized - invalid or missing token

    Hide response attributes Show response attributes object
    • code integer
    • message string
    • data object | null
  • 502 application/json

    Internal server error

    Hide response attributes Show response attributes object
    • code integer
    • message string
    • data object | null
GET /api/services/mimir/alertmanager/api/v2/alerts
curl \
 --request GET 'https://api.your-domain.com/api/api/services/mimir/alertmanager/api/v2/alerts' \
 --user "username:password"
Response examples (401)
{
  "code": 401,
  "message": "invalid token",
  "data": {}
}
Response examples (502)
{
  "code": 500,
  "message": "internal server error",
  "data": {}
}

Documentation preview

will expire on March 11 at 09:31

This is a preview of your version @2026-03-04.