---
title: "Get My Secure Notification"
method: GET
path: "/workflows/v1/secure-notifications/{notification_id}"
tags: ["Secure Notifications"]
---

# Get My Secure Notification

`GET /workflows/v1/secure-notifications/{notification_id}`

Single status read over the public surface.

Same behavior as the internal read route — this exists so the AI ``check_secure_notification_status``
tool can be configured with a fully-qualified endpoint (``https://<host>/workflows/v1/...``): the
gateway only proxies ``/workflows/v1``, so the internal route is not reachable by FQDN.

## Path parameters

- `notification_id` string, required

## Response `200`

Successful Response

- SecureNotificationResponse — Unified response shape for all secure-notification endpoints (review F10).
  - `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

---

[API](https://skmtc.net/interactly/apis/interactly-api-3.md) · [All operations](https://skmtc.net/interactly/apis/interactly-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interactly/interactly-api-3/versions/9f4e7dc7e094/schema)
