---
title: "Gets detailed stats of a tenant rebalance operation"
method: GET
path: "/tenants/rebalanceStatus/{jobId}"
tags: ["Tenant"]
---

# Gets detailed stats of a tenant rebalance operation

`GET /tenants/rebalanceStatus/{jobId}`

Gets detailed stats of a tenant rebalance operation

## Path parameters

- `jobId` string, required

## Response `200`

successful operation

- TenantRebalanceJobStatusResponse
  - `timeElapsedSinceStartInSeconds` integer
  - `tenantRebalanceProgressStats` TenantRebalanceProgressStats
    - `timeToFinishInSeconds` integer
    - `completionStatusMsg` string
    - `startTimeMs` integer
    - `tableStatusMap` object
    - `totalTables` integer
    - `remainingTables` integer
    - `tableRebalanceJobIdMap` object

---

[API](https://skmtc.net/startree/apis/pinot-controller-api.md) · [All operations](https://skmtc.net/startree/apis/pinot-controller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/startree/pinot-controller-api/revisions/f1cc8a0ba2e0/schema)
