---
title: "Get Alert History"
method: GET
path: "/v1/account/{accountSlug}/project/{projectSlug}/alert-history"
tags: ["Alerts"]
---

# Get Alert History

`GET /v1/account/{accountSlug}/project/{projectSlug}/alert-history`

Retrieve the execution history for all Alerts in a Tenderly project.

## Path parameters

- `accountSlug` string, required
- `projectSlug` string, required

## Query parameters

- `page` integer
- `perPage` integer

## Response `200`

A successful response.

- AlertHistoryGetResponse — An object with details about alert execution history.
  - `alert_logs` object[]
    - `alert_id` string, uuid — ID of the alert that was triggered
    - `tx_hash` string — Transaction hash.
    - `network_id` string — ID of the network.
    - `delivery_channel_id` string, uuid — ID of the delivery channel that was triggered
    - `checked_at` string, date-time — Timestamp when the alert was triggered
    - `is_test` boolean — Flag value if the alert was a test alert

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The resource was not found.
- `429` — The request was rate limited. See the [rate limits](#section/Introduction/Rate-limits) section for the current limits and how request counts expire.
- `500` — Server error.

---

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