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

# Get Alert Run Results

`GET /alerts/runs/{alert_id}/{date}`

Gets a list of all new items for a given alert run.

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

Data returned for an alert run will vary in format based on context, only the ids and urls for the relevant data will included.

## Path parameters

- `alert_id` integer, required
- `date` string, date, required

## Response `200`

Success

- AlertRunResult
  - `alertId` integer, required
  - `type` string, required
  - `count` integer, required
  - `run` string, date, required
  - `items` AlertItem[], required
    - `url` string, nullable
    - `itemId` union
      - string
      - integer
    - `districtCaseId` integer, nullable
    - `appealsCaseId` integer, nullable
    - `stateCaseId` integer, nullable
    - `bankruptcyCaseId` integer, nullable
    - `itcInvestigationNumber` string, nullable
    - `ptabTrialId` integer, nullable
    - `districtCaseUrl` string, nullable
    - `appealsCaseUrl` string, nullable
    - `stateCaseUrl` string, nullable
    - `bankruptcyCaseUrl` string, nullable
    - `itcInvestigationUrl` string, nullable
    - `ptabTrialUrl` string, nullable

## 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)
