---
title: "Get Notification"
method: GET
path: "/api/v1/notifications/{notification_id}"
tags: ["notifications"]
---

# Get Notification

`GET /api/v1/notifications/{notification_id}`

Get a single notification event by ID.

## Path parameters

- `notification_id` string, uuid, required

## Headers

- `unstructured-api-key` string, nullable

## Response `200`

Successful Response

- NotificationResponse — Single notification event.
  - `id` string, uuid, required — Notification event UUID
  - `event_type` string, required — Event type (e.g., job.completed)
  - `workflow_id` string, uuid, nullable — Workflow scope (null = account-level)
  - `payload` object, required — Event payload data
  - `created_at` string, date-time, required — Event creation timestamp
  - `is_read` boolean — Read status for current user

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/unstructuredapp/apis/platform-api.md) · [All operations](https://skmtc.net/unstructuredapp/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstructuredapp/platform-api/versions/41676641a27c/schema)
