---
title: "List all servers"
method: GET
path: "/oraclesbt/v1/orgs/{OrgID}/reports/servers"
tags: ["OracleDTC"]
---

# List all servers

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

Returns all servers

## Path parameters

- `OrgID` integer, required

## Query parameters

- `serverName` string[]
- `pageToken` string

## Response `200`

Success

- ListServerReportResponse — ListServerReportResponse is the response schema for ListServerReport
  - `nextPageToken` string — The page token value for the next set of API results. The value of this parameter is NULL for the last set of results.
  - `servers` ServerResponse[]
    - `activationTime` string — The time at which the oracle server was activated for Enterprise Workloads.
    - `agentVersion` string — The version of the agent installed on the oracle server.
    - `oracleVersion` string[] — The version of the oracle server.
    - `organizationName` string — The name of the organization the oracle server is part of.
    - `platform` string — The platform of the oracle server.
    - `serverConnectionStatus` boolean — The connection status of the oracle server.
    - `serverName` string — The name of the oracle server.

## Other responses

- `400` — Bad Request
- `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)
