---
title: "List all backup proxies"
method: GET
path: "/ahv/v1/orgs/{OrgID}/reports/proxies"
tags: ["AHV"]
---

# List all backup proxies

`GET /ahv/v1/orgs/{OrgID}/reports/proxies`

Returns all backup proxies

## Path parameters

- `OrgID` integer, required

## Query parameters

- `clusterName` string
- `pageToken` string

## Response `200`

Success

- AHVGetBackupProxiesResponse — List all backup proxies response.
  - `nextPageToken` string — The token to access the next page of results. This parameter will be empty for the last page of results.
  - `proxies` AHVBackupProxyInfo[] — The list of the backup proxies deployed and the information of each backup proxy.
    - `cluster` string — The name of the Cluster.
    - `backupProxyPool` AHVBackupProxyPoolStruct — The details of the backup proxy pool.
      - `name` string — The name of the backup proxy pool.
      - `timezone` string — The time zone for the backup proxy pool. Druva triggers backup of the VMs mapped to the proxy pool in this time zone.
    - `maxConcurrentBackups` integer — The maximum number of concurrent backup jobs supported by the backup proxy.
    - `name` string — The name of the backup proxy.

## 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)
