---
title: "Get all notifications and mentions"
method: GET
path: "/v1/notifications"
tags: ["Notifications and Mentions"]
---

# Get all notifications and mentions

`GET /v1/notifications`

Fetches all notifications and mentions for the current user in the given organization. Supports ascending or descending sort by created date.

## Query parameters

- `sort` string

## Headers

- `X-Org-Id` integer, required

## Response `200`

Notifications fetched successfully

- ApiSuccessResponseListNotificationDto — Standard API success response structure
  - `success` boolean — Indicates if the operation was successful
  - `message` string — Message describing the result of the operation
  - `code` integer — HTTP status code of the response
  - `data` NotificationDto[] — Payload containing the response data
    - `tenantId` integer
    - `notificationId` integer
    - `message` string
    - `createdAt` string, date-time
    - `recipientId` integer
    - `isRead` boolean
    - `taskId` integer
    - `taskName` string
    - `subTaskId` integer
    - `attachmentId` integer
    - `checklistId` integer
    - `projectId` integer
    - `projectName` string
    - `spaceId` integer
    - `space` SpaceMinimalDto
      - `spaceId` integer
      - `spaceName` string
      - `color` string
      - `icon` string
      - `iconColor` string
      - `profilePicURL` string
      - `profilePicName` string
    - `commentId` integer
    - `parentCommentId` integer
    - `createdBy` UserMinimalDto
      - `userId` integer
      - `firstName` string
      - `email` string
      - `profilePicURL` string
      - `profilePicColor` string
      - `provider` string
      - `role` OrgRoleDto
        - `orgRoleId` integer
        - `roleName` string
    - `mentioned` boolean
    - `type` string
    - `trackId` integer
    - `field` string
    - `action` string
    - `prevColor` string
    - `currColor` string
  - `timestamp` string, date-time — Timestamp of the response

---

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