---
title: "Get alarm"
method: GET
path: "/v2/Alarms/{Sid}"
---

# Get alarm

`GET /v2/Alarms/{Sid}`

## Path parameters

- `Sid` string, required

## Response `200`

Ok

- MonitorV2AlarmBody — Alarm response body
  - `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.

## Other responses

- `400` — BAD REQUEST
- `401` — UNAUTHORIZED
- `404` — NOT FOUND
- `429` — TOO MANY REQUEST
- `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)
