---
title: "Read an event"
method: GET
path: "/notification/{id}"
tags: ["Event"]
---

# Read an event

`GET /notification/{id}`

Retrieves a single notification event by its ID.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `include_results` boolean
- `include_context` boolean

## Response `200`

The operation was successful.

- Notification
  - `id` string, uuid, required — A system-wide unique ID for the notification, in UUID format.
  - `source` string[], required — A list of sources that the notification channel will listen to. Each source represents a specific type of notification.
  - `action` 'action:instance_kill:create' | 'application:create' | 'audit:log' | 'deployment:create' | 'deployment:write' | 'deployment_group:create' | 'grant:create' | 'instance:data' | 'log:read' | 'metric:data' | 'metric:list' | 'parameter:delete' | 'parameter:notify' | 'parameter:read-secrets' | 'parameter:retrieve' | 'parameter:store' | 'scope:create' | 'scope:delete' | 'scope:recreate' | 'scope:stop' | 'scope:write' | 'service:action:create' | 'target_group:create' — The name of the action originated by the source.
  - `status` 'success' | 'fail', required — The status of the notification.
  - `created_at` string, date-time, required — The ISO 8601 UTC timestamp for this notification.
  - `updated_at` string, date-time — The ISO 8601 UTC timestamp for the last update to this notification.
  - `tags` object — A key-value map of tags associated with the notification.
  - `results` unknown[], nullable, required — An array of results for each channel the notification was sent to.
    - unknown
  - `context` object, required — An object containing additional context for the notification.

## Other responses

- `4XX` — Client error responses due to invalid input or missing parameters.
- `5XX` — Server error responses indicating an issue on the API side.

---

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