---
title: "Get details of a notification."
method: GET
path: "/api/v2/notifications/{id}"
tags: ["Notification"]
---

# Get details of a notification.

`GET /api/v2/notifications/{id}`

Get the details of a notification identified by its id.

## Path parameters

- `id` integer, required

## Response `200`

Success

- Notification
  - `NotificationId` integer, required — The unique identifier of this notification.
  - `WorkflowId` integer, nullable — The identifier of the workflow that this notification relates to.
  - `CompanyId` integer, nullable — The identifier of the company that this notification relates to.
  - `Company` string, nullable — The name of the company that this notification relates to.
  - `Title` string — The title of the this notification.
  - `Status` 'Open' | 'Reviewed' | 'Closed' | 'False Positive' | 'Suppress' — The current status of this notification.
  - `InsertDate` string, date-time — Production date of this notification
  - `Detail` string — An informal HTML formatted details of this notification.
  - `NotificationType` 'findings' | 'tickets' | 'tags' | 'ratings' | 'tags_update' | 'tags_subsidiary' | 'other' — The type of this notification.

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/versions/7dadaba760fb/schema)
