---
title: "Get database proxy certificate"
method: GET
path: "/v1/bdbs/{uid}/certificates"
tags: ["Database"]
---

# Get database proxy certificate

`GET /v1/bdbs/{uid}/certificates`

Get database proxy certificate

## Path parameters

- `uid` integer, required

## Response `200`

The database proxy certificate

- BdbProxyCertificate — Bdb proxy certificate
  - `bdb_uid` string — BDB UID that this certificate belongs to
  - `cert` string — PEM-encoded certificate
  - `not_after` string, date-time — Date the certificate is valid until. Parsed from the certificate.
  - `not_before` string, date-time — Date the certificate is valid from. Parsed from the certificate.
  - `private_key` string — PEM-encoded private key

## Other responses

- `404` — Not Found

## Changes

- **2026-02-19** `eb62d440a02b` — 1 info
  - endpoint added
- **2026-01-23** `9fdf3bc7ad77` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/redis/apis/redis-software-rest-api/changes/v1/bdbs/:uid/certificates/get.md)

---

[API](https://skmtc.dev/redis/apis/redis-software-rest-api.md) · [All operations](https://skmtc.dev/redis/apis/redis-software-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redis/redis-software-rest-api/revisions/caec2005b95b/schema)
