artifacts

Check Deletion Task Status

Retrieve the current status of an asynchronous deletion task

get/v1/artifacts/delete/async/{task_id}

Path parameters

task_idstring required

Response

Successfully retrieved task status

task_idstring required

Unique identifier of the task being monitored

task_statusstring required

Current execution status of the task. Common values: PENDING, SUCCESS, FAILURE, REVOKED

task_resultstring nullable required

Task execution result. Contains typed result data on success, error message string on failure, or None for pending/deletion tasks

Changes

No recorded changes to this endpoint across all 1 revision of this API.