---
title: "ListProxy"
method: GET
path: "/nas/v1/orgs/{OrgID}/reports/proxies"
tags: ["NAS"]
---

# ListProxy

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

Returns a list of all configured NAS proxies.

## Path parameters

- `OrgID` integer, required

## Query parameters

- `proxyName` string
- `pageToken` string

## Response `200`

Result schema for 200 Response of GET ListProxyResponse

- NASListProxyResponse — ListProxyResponse is the response schema for ListProxy
  - `nextPageToken` string — The token to access the next page of results. This parameter will be empty for the last page of results.
  - `proxies` NASProxyResponse[]
    - `activationTime` string — The time at which the NAS proxy was activated for Phoenix.
    - `isProxyConnected` boolean — The connection status of the NAS proxy.
    - `organizationName` string — The name of organization.
    - `platform` string — The platform of the NAS proxy.
    - `proxyName` string — The name of NAS proxy.
    - `version` string — The version of NAS 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)
