---
title: "List storage usage."
method: GET
path: "/storage/v1/orgs/{OrgID}/reports/usage"
tags: ["Storage"]
---

# List storage usage.

`GET /storage/v1/orgs/{OrgID}/reports/usage`

Returns storage usage details for an organization, such as size of the data on the source server(s), the amount of backup data generated at the source, and the amount of storage consumed post deduplication.

## Path parameters

- `OrgID` integer, required

## Query parameters

- `pageToken` string

## Response `200`

Success

- GetStorageUsagePerOrganizationResponse — GetStorageUsagePerOrganizationResponse is the response schema for GetStorageUsagePerOrganization
  - `nextPageToken` string — The token to access the next page of results. This parameter will be empty for the last page of results.
  - `storageUsage` OrgUsageResponse[]
    - `currentSource` string — Specifies the latest backup size of all resources in the organization.
    - `currentSourceInBytes` integer — Specifies the latest backup size of all resources in the organization in bytes.
    - `organizationName` string — The name of the organization.
    - `phoenixStorage` string — Specifies the actual storage utilization of the organization.
    - `phoenixStorageInBytes` integer — Specifies the actual storage utilization of the organization in bytes.
    - `sourcePlusChanges` string — Specifies the amount of data that was modified, added, or deleted at the source during incremental backups.
    - `sourcePlusChangesInBytes` integer — Specifies the amount of data in bytes that was modified, added, or deleted at the source during incremental backups.

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or the authentication token was expired.
- `403` — Forbidden
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in Cloud.

---

[API](https://skmtc.dev/druva/apis/authentication.md) · [All operations](https://skmtc.dev/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
