---
title: "Get a list of notifications"
method: GET
path: "/notifications"
tags: ["Notifications"]
---

# Get a list of notifications

`GET /notifications`

Get a list of all the [notifications](/docs/account/06-notifications) you have access to. You can use sorting and filtering to limit the returned list.

**Notes:**
  - Authenticated user should have [notifications permission](/docs/account/04-users/00-introduction#managing-user-roles-and-permissions)

## Query parameters

- `type` 'file' | 'folder' | 'shared_folder' | 'send_receipt' | 'share_receipt' | 'file_drop'
- `offset` integer
- `sort` string
- `limit` integer
- `include` 'resource' | 'share' | 'user'
- `action` 'connect' | 'download' | 'upload' | 'delete' | 'all'

## Headers

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

## Response `200`

Successful Operation

- NotificationCollectionResponse — 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)
