Fetch details of all the Delete Objects Jobs.

GET {{baseUrl}}/deleteObjectsJobs?page=0&size=10 %26 Max 500&filter=<string>

Retrieve list of all the Delete Objects Jobs.

Request Params

KeyDatatypeRequiredDescription
pagenumberSpecifies the requested page index
sizestringSpecifies the number of elements in a page
filterstringJSON-based filter expression. Supported values: 'subtenantId' and 'status'. Supported operations: 'eq'. Decoded example for exact match:
{ &quot;subtenantId&quot;: &quot;204a896c-a23a-11e9-a2a3-2a2ae2dbcce4&quot;, &quot;status&quot;: &quot;IN_PROGRESS&quot; }

|

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;deleteObjectsJobs&quot;:[{&quot;id&quot;:&quot;542640ee86ce406ac8bca5ad37403bc8&quot;,&quot;subtenantId&quot;:&quot;204a896c-a23a-11e9-a2a3-2a2ae2dbcce4&quot;,&quot;progressDetails&quot;:{&quot;totalObjects&quot;:89026918,&quot;inProgressObjects&quot;:-83862255,&quot;deletedObjects&quot;:54176743,&quot;failedObjects&quot;:70846231},&quot;status&quot;:&quot;COMPLETED&quot;},{&quot;id&quot;:&quot;e6286df8841f73d06fb7426dc52d2cac&quot;,&quot;subtenantId&quot;:&quot;204a896c-a23a-11e9-a2a3-2a2ae2dbcce4&quot;,&quot;progressDetails&quot;:{&quot;totalObjects&quot;:79404564,&quot;inProgressObjects&quot;:5455786,&quot;deletedObjects&quot;:-6635660,&quot;failedObjects&quot;:72749232},&quot;status&quot;:&quot;COMPLETED&quot;}],&quot;page&quot;:{&quot;size&quot;:-52386547,&quot;totalElements&quot;:-38855843,&quot;totalPages&quot;:9395887,&quot;number&quot;:67450908}}