---
title: "Get alerts classification"
method: GET
path: "/network-notifications/v1/alerts/classification"
tags: ["Alerts"]
---

# Get alerts classification

`GET /network-notifications/v1/alerts/classification`

This API endpoint retrieves the classification of alerts based on the specified type. The classification provides aggregated counts of alerts grouped by the specified criteria.

## Query parameters

- `type` string, required
- `filter` string
- `search` string

## Response `200`

Classification of alerts grouped by the specified type.

- AlertsClassificationResponseBody — Response body for alerts classification.
  - `type` string — The type of classification used.
  - `classificationData` ClassificationDataItem[] — List of classification data entries.
    - `name` string — The name of the classification group.
    - `count` integer — The number of alerts in this classification group.
    - `typeId` string — The type identifier for this classification group.

## Other responses

- `400` — Invalid input received.
- `401` — Unauthorized. Authentication credentials are required or invalid.
- `403` — Forbidden: Access is denied.
- `404` — Not Found error.
- `429` — Too Many Requests. The user has sent too many requests in a given amount of time.
- `500` — Internal Server Error. An unexpected error occurred on the server.

---

[API](https://skmtc.net/arubanetworks/apis/authorization.md) · [All operations](https://skmtc.net/arubanetworks/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arubanetworks/authorization/revisions/74c95058b11f/schema)
