---
title: "Retrieve a notification history deletion task"
method: GET
path: "/notifications/history/tasks/{id}"
tags: ["Notifications"]
---

# Retrieve a notification history deletion task

`GET /notifications/history/tasks/{id}`

Get the notification history deletion task by ID.

## Path parameters

- `id` string, uuid, required

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string

## Response `200`

OK

- NotificationsHistoryDeletionTaskResponse — The notification history deletion task information.
  - `accountId` string, uuid — The ID of the account whose notification histories are deleted by the current deletion task.
  - `createdBy` string, uuid — The ID of the user who submits the notification history deletion task.
  - `createdOn` integer — The timestamp when the notification history deletion task is created.
  - `id` string, uuid — The ID of the notification history deletion task.
  - `status` 'RUNNING' | 'FINISHED' | 'FAILED' — The status of the notification history deletion task.
  - `tenantId` string — The ID of the tenant where the notification history deletion task runs.

## Other responses

- `404` — Not Found

---

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