---
title: "GET /alarm-models"
method: GET
path: "/alarm-models"
---

# GET /alarm-models

`GET /alarm-models`

Lists the alarm models that you created. The operation returns only the metadata associated with each alarm model.

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListAlarmModelsResponse
  - `alarmModelSummaries` AlarmModelSummary[] — A list that summarizes each alarm model.
    - `creationTime` string, date-time — The time the alarm model was created, in the Unix epoch format.
    - `alarmModelDescription` string — The description of the alarm model.
    - `alarmModelName` string — The name of the alarm model.
  - `nextToken` string — The token that you can use to return the next set of results, or <code>null</code> if there are no more results.

## Other responses

- `480` — InvalidRequestException
- `481` — ThrottlingException
- `482` — InternalFailureException
- `483` — ServiceUnavailableException

---

[API](https://skmtc.net/aws/apis/iotevents.md) · [All operations](https://skmtc.net/aws/apis/iotevents/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iotevents/versions/d3ae7b052b1d/schema)
