---
title: "Fetch list of Alarms"
method: GET
path: "/v2/Alarms"
---

# Fetch list of Alarms

`GET /v2/Alarms`

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string
- `SortOrder` 'asc' | 'desc'

## Response `200`

List of Alarms

- object
  - `alarms` MonitorV2AlarmBody[] — List of basic parameters defined for alarms for an account.
    - `friendlyName` string, required — Friendly name for alarm
    - `queryType` 'ERROR_CODE' | 'LOG_LEVEL' | 'ALL', required — Type of query
    - `query` string — Value to query for
    - `triggerValue` integer, required — Threshold to send customer alarm notification
    - `timeWindow` 'FIVE_MINS' | 'FIFTEEN_MINS' | 'ONE_HOUR' | 'TWELVE_HOURS' | 'ONE_DAY', required — Time window for alarm to trigger
    - `email` string[] — Email notifications to send
    - `webhook` string, uri — Webhook notification to send
    - `consoleIndicator` boolean — Whether to send console notifications
    - `description` string, required — Description for the alarm.
    - `enabled` boolean, required — Is alarm enbled? Default is true.
    - `product` string, required — Product the alarm is related to.
    - `alertConfigSid` string, required — Sid for the alarm
    - `dateUpdated` string, date-time, required — The date and time in UTC when the alarm was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format
    - `dateCreated` string, date-time, required — The date and time in UTC when the alarm was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

## Other responses

- `400` — BAD REQUEST
- `401` — UNAUTHORIZED
- `500` — INTERNAL SERVER ERROR

---

[API](https://skmtc.net/twilio/apis/twilio-monitor.md) · [All operations](https://skmtc.net/twilio/apis/twilio-monitor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-monitor/revisions/9c4c6ced36aa/schema)
