---
title: "List Secure Notifications"
method: GET
path: "/workflows/v1/secure-notifications"
tags: ["Secure Notifications"]
---

# List Secure Notifications

`GET /workflows/v1/secure-notifications`

List secure notifications (global, most recent first).

## Query parameters

- `status` 'pending' | 'approved' | 'declined' | 'expired' — Lifecycle states of a secure notification (mirrors the AI workflow poll-loop states).

## Response `200`

Successful Response

- SecureNotificationListResponse
  - `notifications` SecureNotificationResponse[], required
    - `notification_id` string, required
    - `code` string, required
    - `status` string, required
    - `created_at` string, date-time, nullable
    - `expires_at` string, date-time, nullable
    - `approved_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-21** `d276be705570` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/interactly/apis/interactly-api-3/changes/workflows/v1/secure-notifications/get.md)

---

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