Fetch status and details of Delete Objects Job.

GET {{baseUrl}}/deleteObjectsJobs/:id

Retrieve information of given Delete Objects Job.
Only the objects of one tenant or subtenant are returned. In case a tenant wants to retrieve information on a subtenant's objects, the subtenantId query parameter must be used.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"id":"5337721eff9a724db20471b54d4480d4","subtenantId":"204a896c-a23a-11e9-a2a3-2a2ae2dbcce4","progressDetails":{"totalObjects":-21480385,"inProgressObjects":83064086,"deletedObjects":4648687,"failedObjects":-75396357},"status":"COMPLETED"}