---
title: "List database proxy certificates"
method: GET
path: "/v1/bdbs/certificates"
tags: ["Database"]
---

# List database proxy certificates

`GET /v1/bdbs/certificates`

List database proxy certificates in the cluster

## Query parameters

- `page` integer
- `page_size` integer
- `expires_before` string
- `tls_mode` 'disabled' | 'replica_ssl' | 'enabled'

## Response `200`

List of database proxy certificates

- BdbProxyCertificate[]
  - `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

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

- **2026-02-25** `a19324f2815b` — 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/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)
