Pulsar Docs
API ReferenceAlerts Config

Get Alert Type

GET
/v1/alerts-config/alert-types/{alertTypeId}

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

Get a single alert type, identified by alertTypeId.

Authorization

bearerAuth superadmin, superuser
Authorization<token>

In: header

Scope: superadmin, superuser

Path Parameters

alertTypeId*number

The alert type's ID.

Formatdouble

Response Body

application/json

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