Check Deletion Task Status

Retrieve the current status of an asynchronous deletion task

Path parameters

task_idstringRequired

Response

This endpoint returns an object.
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

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

Errors

401
Unauthorized
404
Not Found
422
Unprocessable Entity