# List notification groups Get all notification groups subject to filters. Endpoint: GET /notification-groups Version: 0.0.1 Security: o_auth ## Query parameters: - `notificationGroupId` (string) The ID of the notification group to get. - `alertId` (string) The ID of the alert rule a notification group is linked to. - `organisationId` (string) The ID of the organisation the notification groups are linked to. - `state` (string) The state of the notification group. Enum: "active", "deleted" - `userId` (string) The ID of a user on whose visibility of the notification groups to filter on. ## Response 200 fields (application/json): - `deletedAt` (string,null) - `emails` (array) - `id` (string,null) - `name` (string, required) - `organisationId` (string, required) - `state` (string) Enum: "active", "deleted" - `webhook` (object) ## Response 401 fields (application/json): - `code` (integer) - `message` (string) ## Response 403 fields (application/json): - `code` (integer) - `message` (string) ## Response 422 fields (application/json): - `code` (integer) - `message` (string) ## Response 500 fields