---
title: "Get Alert Runs"
method: GET
path: "/alerts/runs/{alert_id}"
tags: ["Alerts"]
---

# Get Alert Runs

`GET /alerts/runs/{alert_id}`

Gets a list of all runs an alert has new data for.

- **alert_id**: the id of the alert

Each run represents a new set of relevant items that have been found by the alert on a given day.

## Path parameters

- `alert_id` integer, required

## Response `200`

Success

- AlertRunData
  - `alertId` integer, required
  - `type` string, required
  - `runs` object, 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)
