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

# Get notification details

`GET /notifications/{id}`

Get the details for a notification with a specific ID number. You'll be able to review its path, triggers and who's getting the notification. 

**Notes**

- You need to have the [notifications permission](/docs/account/04-users/00-introduction#managing-user-roles-and-permissions) to view the detail for a notification.
- You can only retrieve notifications owned by your user account.

## Path parameters

- `id` integer, required

## Query parameters

- `include` string

## Headers

- `ev-api-key` string, required
- `ev-access-token` string, required

## Response `200`

Successful Operation

- NotificationResponse — unresolved $ref

---

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