---
title: "Retrieve triggered notifications ordered from newest to oldest"
method: GET
path: "/thirdparty/v1/notification/list"
tags: ["notification"]
---

# Retrieve triggered notifications ordered from newest to oldest

`GET /thirdparty/v1/notification/list`

## Query parameters

- `taskId` string
- `from` string, date-time
- `to` string, date-time
- `count` integer
- `continuationToken` string
- `html` boolean

## Response `200`

Success

- ClientNotificationRange
  - `data` ClientNotification[], nullable
    - `id` string, nullable
    - `type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
    - `current` string, nullable
    - `comparand` string, nullable
    - `html` string, nullable
    - `error` string, nullable
    - `timestamp` string, date-time
    - `serverTime` string, date-time
    - `taskId` string, nullable
    - `taskName` string, nullable
    - `url` string, nullable
  - `continuationToken` string, nullable

---

[API](https://skmtc.dev/wachete/apis/wachete-api.md) · [All operations](https://skmtc.dev/wachete/apis/wachete-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wachete/wachete-api/revisions/9b83dfaba77a/schema)
