---
title: "Retrieve Stats for current Infrastructure Provider"
method: GET
path: "/v2/org/{org}/nico/infrastructure-provider/current/stats"
tags: ["Infrastructure Provider"]
---

# Retrieve Stats for current Infrastructure Provider

`GET /v2/org/{org}/nico/infrastructure-provider/current/stats`

Retrieve statistics for the current Infrastructure Provider. IP Block totals exclude `SitePrefix` records created for individual Tenants.

User must have authorization role with `PROVIDER_ADMIN` suffix.

## Response `200`

OK

- InfrastructureProviderStats — Provide operational stats for Infrastructure Provider
  - `machine` MachineCountByStatus — Describes count of Machines in various statuses
    - `total` integer — Total number of Machines
    - `initializing` integer — Number of Machines in Initializing status
    - `reset` integer — Number of Machines in Reset status
    - `assigned` integer — Number of Machines in Assigned status
    - `ready` integer — Number of Machines in Ready status
    - `error` integer — Number of Machines in Error status
    - `decommissioning` integer — Number of Machines in Decommissioning status
    - `decommissioned` integer — Number of Machines in Decommissioned status
    - `unknown` integer — Number of Machines in Unknown status
  - `ipBlock` IpBlockCountByStatus — Describes counts of IP Blocks in various statuses
    - `total` integer — Total number of IP Blocks
    - `pending` integer — Number of IP Blocks in Pending status
    - `provisioning` integer — Number of IP Blocks in Provisioning status
    - `ready` integer — Number of IP Blocks in Ready status
    - `deleting` integer — Number of IP Blocks in Deleting status
    - `error` integer — Number of IP Blocks 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-08-21** `5c6bffda4e24` — 1 info
  - added the optional property `machine/decommissioning` to the response with the `200` status

[Change history](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api/changes/v2/org/:org/nico/infrastructure-provider/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)
