---
title: "Retrieve Stats for current Tenant"
method: GET
path: "/v2/org/{org}/nico/tenant/current/stats"
tags: ["Tenant"]
---

# Retrieve Stats for current Tenant

`GET /v2/org/{org}/nico/tenant/current/stats`

Retrieve stats for current Tenant.

User must have authorization role with `TENANT_ADMIN` suffix.

## Response `200`

OK

- TenantStats — Provide operational stats for Tenant
  - `instance` InstanceCountByStatus — Describes count of Instances in various statuses
    - `total` integer — Total number of Instances
    - `pending` integer — Number of Instances in Pending status
    - `provisioning` integer — Number of Instances in Provisioning status
    - `configuring` integer — Number of Instances in Configuring status
    - `ready` integer — Number of Instances in Ready status
    - `rebooting` integer — Number of Instances in Rebooting status
    - `repairing` integer — Number of Instances in Repairing status
    - `terminating` integer — Number of Instances in Terminating status
    - `error` integer — Number of Instances in Error status
    - `updating` integer — Number of Instances in Updating status
    - `unknown` integer — Number of Instances in Unknown status
  - `vpc` VpcCountByStatus — Describes counts of VPCs in various statuses
    - `total` integer — Total number of VPCs
    - `pending` integer — Number of VPCs in Pending status
    - `provisioning` integer — Number of VPCs in Provisioning status
    - `ready` integer — Number of VPCs in Ready status
    - `deleting` integer — Number of VPCs in Deleting status
    - `error` integer — Number of VPCs in Error status
  - `subnet` SubnetCountByStatus — Describes counts of Subnets in various statuses
    - `total` integer — Total number of Subnets
    - `pending` integer — Number of Subnets in Pending status
    - `provisioning` integer — Number of Subnets in Provisioning status
    - `ready` integer — Number of Subnets in Ready status
    - `deleting` integer — Number of Subnets in Deleting status
    - `error` integer — Number of Subnets in Error status
  - `tenantAccount` TenantAccountCountByStatus — Describes counts of Tenant Accounts in various statuses
    - `total` integer — Total number of Tenant Accounts
    - `pending` integer — Number of Tenant Accounts in Pending status
    - `invited` integer — Number of Tenant Accounts in Invited status
    - `ready` integer — Number of Tenant Accounts in Ready status
    - `error` integer — Number of Tenant Accounts in Error status

## Other responses

- `403` — Error response when user is not authorized to call an endpoint or retrieve/modify objects

## Changes

- **2026-06-12** `09fc39d416c4` — 5 info
  - added the optional property `instance/configuring` to the response with the `200` status
  - added the optional property `instance/rebooting` to the response with the `200` status
  - added the optional property `instance/repairing` to the response with the `200` status
  - added the optional property `instance/unknown` to the response with the `200` status
  - …1 more
- **2026-06-11** `bc7cf73fe604` — 1 info
  - added the optional property `tenantAccount` to the response with the `200` status
- **2026-06-02** `568fa8a0d1ed` — 1 warning
  - removed the optional property `instance/repairing` from the response with the `200` status
- **2026-05-22** `ffa063523058` — 1 info
  - added the optional property `instance/repairing` to the response with the `200` status

[Change history](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api/changes/v2/org/:org/nico/tenant/current/stats/get.md)

---

[API](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api.md) · [All operations](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nvidia/nvidia-infra-controller-rest-api/revisions/a2dc05bef3c1/schema)
