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

---

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