Pulsar Docs
API ReferenceAlert Settings V2

List Alert Machines Controller

GET
/v2/alert-settings/alertMachine/all

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 machines controller.

Authorization

bearerAuth user, superuser, admin, superadmin, readonly
Authorization<token>

In: header

Scope: user, superuser, admin, superadmin, readonly

Response Body

application/json

curl -X GET "https://example.com/v2/alert-settings/alertMachine/all"
{  "data": [    {      "id": "string",      "machineId": 0.1,      "alertSettingId": "string",      "alertPersonas": [        {          "name": "string",          "id": "string"        }      ]    }  ]}