---
title: "Read Topline Alert Event"
method: GET
path: "/console/v1/alerts/{id}/events/{eventId}"
tags: ["Alerts"]
---

# Read Topline Alert Event

`GET /console/v1/alerts/{id}/events/{eventId}`

## Path parameters

- `id` string, required
- `eventId` string, required

## Response `200`

Read Alert Event success response

- object
  - `message` string, required — A simple string explaining the result of the operation.
  - `data` object, required — A single result.
    - `id` string, required — ID of the alert event
    - `eventType` 'raise' | 'warn' | 'resolve' | 'no-data', required — Type of alert event
    - `title` string, required — Title of the alert event
    - `message` string, required — Message for the alert event
    - `reason` string, required — Reason the event was created
    - `createdTime` number, double, required — Timestamp in milliseconds when the event was created
    - `evaluationWindowStartTimestamp` number, double — Timestamp in milliseconds for the start of the evaluated alert window
    - `evaluationWindowEndTimestamp` number, double — Timestamp in milliseconds for the end of the evaluated alert window
    - `multiAlertGroupBys` object, required — Group-by values associated with this event

## Other responses

- `403` — Forbidden resource
- `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/revisions/3189f450c93b/schema)
