---
title: "Get Notifications"
method: GET
path: "/notifications/"
tags: ["notifications", "notifications"]
---

# Get Notifications

`GET /notifications/`

Get in-app notifications for the current user.

## Query parameters

- `limit` integer
- `offset` integer
- `unread_only` boolean

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- NotificationResponse[]
  - `id` string, required
  - `notification_type` string, required
  - `title` string, required
  - `message` string, required
  - `action_url` string, nullable, required
  - `action_label` string, nullable, required
  - `related_booking_id` string, nullable, required
  - `related_user_id` string, nullable, required
  - `is_read` boolean, required
  - `read_at` string, date-time, nullable, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
