---
title: "GET /notification"
method: GET
path: "/notification"
tags: ["notification"]
---

# GET /notification

`GET /notification`

## Query parameters

- `id` string, uuid
- `created_at` string, timestamp with time zone
- `user_id` string, uuid
- `read_at` string, timestamp with time zone
- `organization_id` string, uuid
- `status` string, text
- `type` string, text
- `expires_at` string, timestamp with time zone
- `message` string, text
- `select` string
- `order` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string
- `Prefer` 'count=none'

## Response `200`

OK

- Notification[]
  - `id` string, uuid, required — Note: This is a Primary Key.<pk/>
  - `created_at` string, timestamp with time zone, required
  - `user_id` string, uuid
  - `read_at` string, timestamp with time zone
  - `organization_id` string, uuid — Note: This is a Foreign Key to `organization.id`.<fk table='organization' column='id'/>
  - `status` string, text, required
  - `type` string, text
  - `expires_at` string, timestamp with time zone
  - `message` string, text, required

## Other responses

- `206` — Partial Content

---

[API](https://skmtc.net/revent-app/apis/standard-public-schema.md) · [All operations](https://skmtc.net/revent-app/apis/standard-public-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revent-app/standard-public-schema/versions/90ce877204f2/schema)
