---
title: "List my notifications"
method: GET
path: "/me/notifications"
tags: ["Notifications"]
---

# List my notifications

`GET /me/notifications`

Returns active (non-dismissed, non-expired) notifications targeting the authenticated user, including org-wide notifications for orgs they belong to.

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalNotificationsListResponse
  - `notifications` GithubComActiveloopaiDeeplakeApiInternalNotificationsNotification[]
    - `body` string
    - `created_at` string
    - `dedup_key` string
    - `dismissed_at` string
    - `expires_at` string
    - `id` string
    - `severity` 'info' | 'warn' | 'error'
    - `target_org_id` string
    - `target_user_id` string
    - `targets` string[] — Targets controls which consumers (hivemind, ui, email, slack, ...) receive this notification. ListForUser filters with `$target = ANY(targets)`. See migration 22 for design rationale.
    - `title` string

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

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