---
title: "Get Experiment Guardrail Alert Statuses"
method: GET
path: "/console/v1/experiments/{id}/alerts"
tags: ["Experiments", "Experiments"]
---

# Get Experiment Guardrail Alert Statuses

`GET /console/v1/experiments/{id}/alerts`

## Path parameters

- `id` string, required

## Response `200`

Experiment guardrail alert statuses fetched successfully

- object
  - `message` string, required — A simple string explaining the result of the operation.
  - `data` object, required — A single result.
    - `alerts` object, required — Alert status keyed by encoded metric id

## Other responses

- `400` — Invalid request. Please check the request input and try again.
- `401` — This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
- `404` — Not Found. The requested resource could not be found.

---

[API](https://skmtc.net/statsig/apis/console-api.md) · [All operations](https://skmtc.net/statsig/apis/console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/statsig/console-api/versions/3189f450c93b/schema)
