---
search:
  tags:
    - account
    - GET
seo:
  description: >-
    Returns a paginated list of notifications for the current user. Reference
    for the GET /account/notifications endpoint in the Leadtime Public API API.
sidebar:
  badge: GET
  label: Get user notifications
title: Get user notifications
type: openapi-operation
---
Returns a paginated list of notifications for the current user.

**What are Notifications?**
Notifications inform users about important events in the system:
- Project updates
- Task assignments
- Vacation request approvals/rejections
- Comments and mentions
- System announcements
- And more...

**What is returned:**
- Notification type and entity information
- Human-readable message
- Read/unread status
- Creation date
- Creator information

**Query parameters:**
- `unreadOnly`: Set to `true` to return only unread notifications

**Note:** Supports server-side pagination, sorting, and filtering via grid query parameters.

<Operation source="api-reference" id="accountcontroller-getnotifications" />
