---
title: "GET /alerts/{id}"
method: GET
path: "/alerts/{id}"
tags: ["Alerts"]
---

# GET /alerts/{id}

`GET /alerts/{id}`

Get an alert

## Path parameters

- `id` string, required

## Query parameters

- `include` string[]

## Response `200`

Alert result

- Alert
  - `id` string, uuid
  - `timestamp` string, date-time
  - `createTimestamp` string, date-time
  - `creatorId` string
  - `alertType` string
  - `alertName` string
  - `category` string
  - `serviceRuleId` string — The UUID of the service rule id for creation.
  - `eventType` string
  - `actorId` string
  - `actorType` string
  - `actorAccountId` string
  - `actorName` string
  - `ruleId` string
  - `eventId` string
  - `locationId` string
  - `locationName` string, nullable
  - `priority` integer
  - `dataSchemas` string[]
  - `data` object
  - `actions` object
  - `description` string

## Other responses

- `401` — You are not authenticated. Please authenticate and try again.
- `403` — You have no permission to access the specified resource.
- `404` — Referenced resource could not be found.
- `500` — Something went wrong in the server. Please try again.

---

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