---
title: "Get database cluster components"
method: GET
path: "/namespaces/{namespace}/database-clusters/{name}/components"
tags: ["Database Cluster"]
---

# Get database cluster components

`GET /namespaces/{namespace}/database-clusters/{name}/components`

This API gets the various components of the database cluster specified by the `name` and `namespace`.

## Path parameters

- `namespace` string, required
- `name` string, required

## Response `200`

Successful operation

- object[] — components related data
  - `status` string
  - `name` string
  - `type` string
  - `started` string
  - `restarts` integer
  - `ready` string
  - `containers` DatabaseClusterComponentContainer[]
    - `name` string
    - `started` string
    - `ready` boolean
    - `restarts` integer
    - `status` string

## Other responses

- `400` — Unsuccessful operation
- `500` — Internal server error

---

[API](https://skmtc.net/openeverest/apis/openeverest-schema.md) · [All operations](https://skmtc.net/openeverest/apis/openeverest-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openeverest/openeverest-schema/versions/46b19e13670b/schema)
