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

# GET /api/notification

`GET /api/notification`

List notifications.
  - `creator_id`: if provided returns only notifications created by this user
  - `recipient_id`: if provided returns only notification that has recipient_id as a recipient
  - `creator_or_recipient_id`: if provided returns only notification that has user_id as creator or recipient
  - `card_id`: if provided returns only notification that has card_id as payload

## Query parameters

- `creator_id` integer
- `recipient_id` integer
- `creator_or_recipient_id` integer
- `card_id` integer
- `include_inactive` boolean
- `payload_type` 'notification/dashboard' | 'notification/system-event' | 'notification/testing' | 'notification/card', nullable

## Response `2XX`

Successful response

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

---

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