---
title: "Check Deletion Task Status"
method: GET
path: "/v1/artifacts/delete/async/{task_id}"
tags: ["Artifacts", "Artifacts"]
---

# Check Deletion Task Status

`GET /v1/artifacts/delete/async/{task_id}`

Retrieve the current status of an asynchronous deletion task

## Path parameters

- `task_id` string, required — Unique identifier of the deletion task to check status for

## Response `200`

Successfully retrieved task status

- TaskStatusNoneType — Represents the status of an asynchronous task, including its ID, status, and result.
  - `task_id` string, required — Unique identifier of the task being monitored
  - `task_status` string, required — Current execution status of the task. Common values: PENDING, SUCCESS, FAILURE, REVOKED
  - `task_result` string, nullable, required — Task execution result. Contains typed result data on success, error message string on failure, or None for pending/deletion tasks

## Other responses

- `401` — Unauthorized
- `404` — Task not found or expired
- `422` — Validation Error

## Changes

- **2026-06-03** `7914e6f947be` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zylon-ai/apis/private-gpt-api/changes/v1/artifacts/delete/async/:task_id/get.md)

---

[API](https://skmtc.dev/zylon-ai/apis/private-gpt-api.md) · [All operations](https://skmtc.dev/zylon-ai/apis/private-gpt-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zylon-ai/private-gpt-api/revisions/4e828cf153c4/schema)
