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

# List all databases

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

Returns all databases

## Path parameters

- `OrgID` integer, required

## Query parameters

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

## Response `200`

Success

- ListDatabaseReportResponse — ListDatabaseReportResponse is the response schema for ListDatabaseReport
  - `databases` DatabaseResponse[]
    - `authType` string
    - `backupsetCount` integer
    - `cdb` boolean
    - `connectionStatus` boolean
    - `dbName` string
    - `manual` boolean
    - `oracleHome` string
    - `organizationName` string
    - `rac` boolean
    - `server` ServerResponse — ServerResponse is the response part of the schema for ListServerReport
      - `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.
    - `size` integer
    - `version` string
  - `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.

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