---
title: "Retrieve notification content as HTML (same as what was sent in notification email)"
method: GET
path: "/thirdparty/v1/notification/{alertId}"
tags: ["notification"]
---

# Retrieve notification content as HTML (same as what was sent in notification email)

`GET /thirdparty/v1/notification/{alertId}`

## Path parameters

- `alertId` string, required

## Response `200`

Success

- ClientAlertContentResponse
  - `jobType` 0 | 1 | 2
  - `syntheticExpression` string, nullable
  - `url` string, nullable
  - `name` string, nullable
  - `html` string, nullable
  - `timestampUtc` string, date-time

---

[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)
