# Get notification group Get a notification group identified by the provided ID. Endpoint: GET /notification-groups/{notificationGroupId} Version: 0.0.1 Security: o_auth ## Path parameters: - `notificationGroupId` (string, required) The ID of the notification group to get. ## 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 404 fields (application/json): - `code` (integer) - `message` (string) ## Response 422 fields (application/json): - `code` (integer) - `message` (string) ## Response 500 fields