---
title: "Get the specified database cluster credentials"
method: GET
path: "/namespaces/{namespace}/database-clusters/{name}/credentials"
tags: ["databaseCluster"]
---

# Get the specified database cluster credentials

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

Get the specified database cluster credentials

## Path parameters

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

## Response `200`

Successful operation

- DatabaseClusterCredential — kubernetes object
  - `username` string
  - `password` string

## Other responses

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

## Changes

- **2024-04-12** `dec31e5eea8e` — 1 warning, 2 info
  - removed the optional property `connectionUrl` from the response with the `200` status
  - api tag `databaseCluster` added
  - api tag `Database Cluster` removed

[Change history](https://skmtc.dev/openeverest/apis/openeverest-schema/changes/namespaces/:namespace/database-clusters/:name/credentials/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.dev/openeverest/apis/openeverest-schema/revisions/dec31e5eea8e?raw)
