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

# Get database cluster credentials

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

This API gets the credentials for the database cluster specified by the `name` and `namespace`.

## Path parameters

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

## Response `200`

Successful operation

- DatabaseClusterCredential — kubernetes object
  - `connectionUrl` string
  - `username` string
  - `password` 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)
