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

## Changes

- **2024-08-13** `918a468d5819` — 1 info
  - added the optional property `items/containers/items/ready` to the response with the `200` status
- **2024-06-19** `00f3dd8cb624` — 2 info
  - api tag `Database Cluster` added
  - api tag `databaseCluster` removed
- **2024-06-03** `6decf7e2da84` — 1 info
  - added the optional property `items/containers/items/status` to the response with the `200` status
- **2024-05-29** `af79056ef58c` — 1 info
  - endpoint added
- **2024-04-12** `dec31e5eea8e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/openeverest/apis/openeverest-schema/changes/namespaces/:namespace/database-clusters/:name/components/get.md)

---

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