---
title: "retrieve alerts for an account"
method: GET
path: "/Accounts/{AccountSid}/Alerts"
tags: ["Alerts"]
---

# retrieve alerts for an account

`GET /Accounts/{AccountSid}/Alerts`

## Path parameters

- `AccountSid` string, uuid, required

## Query parameters

- `page` integer, required — page number of data to retrieve
- `count` integer, required — number of rows to retrieve in each page set
- `days` integer — number of days back to retrieve,
- `start` string, date-time — start date to retrieve
- `end` string, date-time — end date to retrieve
- `alert_type` 'webhook-failure' | 'webhook-connection-failure' | 'webhook-auth-failure' | 'no-tts' | 'no-stt' | 'tts-failure' | 'stt-failure' | 'no-carrier' | 'call-limit' | 'device-limit' | 'api-limit'

## Response `200`

retrieve alerts for a specified account

- object
  - `total` integer — total number of records in that database that match the filter criteria
  - `batch` integer — total number of records returned in this page set
  - `page` integer — page number that was requested, and is being returned
  - `data` object[]
    - `time` string, date-time, required
    - `account_sid` string, uuid, required
    - `alert_type` string, required
    - `message` string, required
    - `detail` string

## Other responses

- `404` — account not found

---

[API](https://skmtc.net/jambonz/apis/jambonz-api.md) · [All operations](https://skmtc.net/jambonz/apis/jambonz-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jambonz/jambonz-api/revisions/56f317145d23/schema)
