Check Deletion Task Status

Retrieve the current status of an asynchronous deletion task

Path parameters

task_idstringRequired

Response

Successfully retrieved task status
task_idstring
Unique identifier of the task being monitored
task_statusstring

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

task_resultstring or null

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

Errors

401
Unauthorized Error
422
Unprocessable Entity Error