---
title: "List recent notifications"
method: GET
path: "/v6/notifications"
tags: ["User Notifications"]
---

# List recent notifications

`GET /v6/notifications`

Returns the calling user's in-portal notifications sorted newest first. Use the `limit` and `offset` parameters to page through results. Notifications include report completion alerts, campaign status changes, and custom client events fired via `createClientEvent`.

## Query parameters

- `limit` integer
- `offset` integer
- `having_all_tags` string[]
- `event_id` string
- `subscription_id` string

## Response `200`

Successful response

- NotificationResponse[]
  - `cause_event_id` string, required
  - `cause_user_id` string, required
  - `channels` string[], required
  - `client_id` string, required
  - `client_version` integer, required
  - `data` object, required
  - `event_id` string, required
  - `event_time` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
  - `level` 'ERROR' | 'INFO' | 'WARN', required
  - `message` string, required
  - `name` string, required
  - `snooze_id` string, required
  - `subscription_dedupe_duration_ms` integer, required
  - `subscription_id` string, required
  - `tags` string[], required
  - `user_id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/versions/c16e62e66755/schema)
