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

# GET /alerts

`GET /alerts`

Retrieves alert history

## Query parameters

- `LookbackDays` integer

## Response `200`

OK

- AlertHistory[]
  - `id` string, uuid
  - `companyId` string, uuid
  - `alertDate` string, date-time
  - `value` number, double
  - `time` string, date-time
  - `alertMessage` string, nullable
  - `alertDefinitionId` string, uuid
  - `targetIndicatorProvider` string, uuid, nullable
  - `targetIndicatorProviderId` string, nullable
  - `targetForecastModelId` string, uuid, nullable
  - `containingEntityType` string, nullable
  - `containingEntityId` string, uuid, nullable
  - `contextMessages` string[], nullable

## Other responses

- `429` — If the user has sent too many requests

---

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