---
title: "List all backupstores"
method: GET
path: "/pbs/v1/orgs/{OrgID}/reports/backupstores"
tags: ["PBS"]
---

# List all backupstores

`GET /pbs/v1/orgs/{OrgID}/reports/backupstores`

Returns all backupstores

## Path parameters

- `OrgID` integer, required

## Query parameters

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

## Response `200`

Success

- PBSBackupstoreResponse — BackupstoreResponse is the response part of the schema for ListBackupstore
  - `activationTime` string — The time when the Oracle server host was activated with Enterprise Workloads.
  - `organizationID` integer — The ID of the organization
  - `organizationName` string — The name of the organization in which the Phoenix Backup Store is deployed.
  - `platform` string — The operating system of the Oracle server host.
  - `serverConnectionStatus` boolean — The connection status of the Oracle server host whether Connected or Not Connected.
  - `serverName` string — The name of the Oracle server host or the Phoenix Backup Store.
  - `version` string — The version the Oracle server host.

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