---
title: "List all Windows/Linux Servers"
method: GET
path: "/fileserver/v1/orgs/{OrgID}/reports/servers"
tags: ["File Server"]
---

# List all Windows/Linux Servers

`GET /fileserver/v1/orgs/{OrgID}/reports/servers`

Returns all Windows/Linux servers

## Path parameters

- `OrgID` integer, required

## Query parameters

- `serverName` string
- `pageToken` string

## Response `200`

Success

- FSListFileServerResponse — ListFileServerResponse is the response schema for ListFileServer
  - `nextPageToken` string — The token to access the next page of results. This parameter will be empty for the last page of results.
  - `servers` FSServerResponse[]
    - `activationTime` string — The time at which the Windows/Linux server was activated for Enterprise Workloads.
    - `configuredForFile` boolean — Specifies whether the Windows/Linux server is configured for backup of files.
    - `organizationName` string — The name of the organization the Windows/Linux server is part of.
    - `platform` string — The platform the Windows/Linux server.
    - `resourceGroupName` string — The name of the resource group the Windows/Linux server is part of.
    - `serverConnectionStatus` boolean — The connection status of the Windows/Linux server.
    - `serverName` string — The name of the Windows/Linux server.
    - `version` string — The version the Windows/Linux server.

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