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
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Specifies the requested page index | |
size | string | Specifies the number of elements in a page | |
filter | string | JSON-based filter expression. Supported values: 'subtenantId' and 'status'. Supported operations: 'eq'. Decoded example for exact match: |
{ "subtenantId": "204a896c-a23a-11e9-a2a3-2a2ae2dbcce4", "status": "IN_PROGRESS" }
|
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"deleteObjectsJobs":[{"id":"542640ee86ce406ac8bca5ad37403bc8","subtenantId":"204a896c-a23a-11e9-a2a3-2a2ae2dbcce4","progressDetails":{"totalObjects":89026918,"inProgressObjects":-83862255,"deletedObjects":54176743,"failedObjects":70846231},"status":"COMPLETED"},{"id":"e6286df8841f73d06fb7426dc52d2cac","subtenantId":"204a896c-a23a-11e9-a2a3-2a2ae2dbcce4","progressDetails":{"totalObjects":79404564,"inProgressObjects":5455786,"deletedObjects":-6635660,"failedObjects":72749232},"status":"COMPLETED"}],"page":{"size":-52386547,"totalElements":-38855843,"totalPages":9395887,"number":67450908}}