---
title: "GET /notifications/{id}"
method: GET
path: "/notifications/{id}"
tags: ["Notifications"]
---

# GET /notifications/{id}

`GET /notifications/{id}`

Get a notification

## Path parameters

- `id` string, required

## Response `200`

Notification result

- Notification
  - `id` string, uuid
  - `timestamp` string, date-time
  - `createTimestamp` string, date-time
  - `sentTimestamp` string, date-time, nullable
  - `alertId` string, uuid, nullable
  - `alertType` string
  - `actorId` string
  - `actorName` string
  - `actorType` string
  - `actorAccountId` string
  - `userId` string
  - `accountId` string
  - `read` boolean
  - `status` 'pending' | 'sent' | 'outsideUsersSchedule' | 'notificationsDisabled' | 'noNotificationActions' | 'sendingFailed' | 'throttled' | 'unableToGetSettings'
  - `category` 'health' | 'video' | 'operational' | 'audit' | 'job' | 'security' | 'sharing'
  - `description` string
  - `notificationActions` string[]
  - `dataSchemas` string[]
  - `data` object

## Other responses

- `400` — The supplied object is invalid. Error detail will contain the validation error.
- `401` — You are not authenticated. Please authenticate and try again.
- `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)
