---
title: "GET /api/v1/cert-manager/certificates/{id}/bundle"
method: GET
path: "/api/v1/cert-manager/certificates/{id}/bundle"
tags: ["PKI Certificates"]
---

# GET /api/v1/cert-manager/certificates/{id}/bundle

`GET /api/v1/cert-manager/certificates/{id}/bundle`

Get certificate bundle including the certificate, chain, and private key.

## Path parameters

- `id` string, uuid, required

## Response `200`

Default Response

- object
  - `certificate` string, required — The certificate body of the certificate.
  - `certificateChain` string, nullable, required — The certificate chain of the certificate.
  - `privateKey` string, nullable, required — The private key of the certificate.
  - `serialNumber` string, required — The serial number of the certificate.

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `422` — Default Response
- `500` — Default Response

## Changes

- **2026-08-08** `885aef3e6c11` — 1 breaking
  - for the `path` request parameter `id`, the type/format was changed from `string`/`` to `string`/`uuid`

[Change history](https://skmtc.dev/infisical/apis/infisical-api/changes/api/v1/cert-manager/certificates/:id/bundle/get.md)

---

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