Namespace Management
Namespace Delete Job Status
Poll progress of an asynchronous namespace delete job.
GET
Overview
Returns status for a namespace delete started by Delete namespace.Path parameters
string
required
Namespace the delete job belongs to. Must match the namespace used when the job was started.
string
required
Job id returned from the delete response.
Response fields
string
Id of the delete job.
string
Namespace being deleted.
string
Job state on success:
"running", "completed", or "failed". On lookup errors: "failure".number
Number of items in the namespace when the delete started.
number
Number of items removed so far. Equals
total_items when job status is "completed".string | null
Error message when job
status is "failed"; otherwise null.string
ISO 8601 UTC timestamp when the job started.
string
ISO 8601 UTC timestamp of the last job update.
string | null
ISO 8601 UTC timestamp when the job finished;
null while the job is "running".string
Error description when the job cannot be found.