Pulsar Docs
API ReferenceAlerts Config

List Alert Types

GET
/v1/alerts-config/alert-types

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

List alert types.

Authorization

bearerAuth superadmin, superuser
Authorization<token>

In: header

Scope: superadmin, superuser

Response Body

application/json

curl -X GET "https://example.com/v1/alerts-config/alert-types"
{  "alert_types": [    {      "id": 0.1,      "params_validation": {},      "description": "string",      "detector": "string",      "name": "string"    }  ]}