Fetch errors of Delete Objects Job.

GET {{baseUrl}}/deleteObjectsJobs/:id/errors

Retrieve errors of given Delete Objects Job. This endpoint should be called only when /deleteObjectsJobs/{id} returns status as COMPLETEDWITHERRORS
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

{"objects":[{"path":"proident ea qui","status":"FAILED"},{"path":"in esse anim consectetur amet","status":"FAILED"}]}