---
title: "Get Alerts"
method: GET
path: "/alerts"
tags: ["Alerts"]
---

# Get Alerts

`GET /alerts`

Gets a list of all alerts the application has access too.

## Response `200`

Success

- Alert[]
  - `alertId` integer, required
  - `type` string, required
  - `customName` string, nullable, required
  - `frequency` 'Daily' | 'Weekly', required
  - `lastRun` string, date, required
  - `alertUrl` string, required
  - `lawUrl` string, required

## Other responses

- `401` — Invalid or expired token
- `404` — Not found
- `422` — Error - 422

---

[API](https://skmtc.net/lexmachina/apis/lex-machina-api.md) · [All operations](https://skmtc.net/lexmachina/apis/lex-machina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lexmachina/lex-machina-api/revisions/5f519a7078fc/schema)
