---
title: "GET /api/v1/pki/ca/{caId}/ca-certificates"
method: GET
path: "/api/v1/pki/ca/{caId}/ca-certificates"
tags: ["PKI Certificate Authorities"]
---

# GET /api/v1/pki/ca/{caId}/ca-certificates

`GET /api/v1/pki/ca/{caId}/ca-certificates`

Get list of past and current CA certificates for a CA

## Path parameters

- `caId` string, required

## Response `200`

Default Response

- object[]
  - `certificate` string, required — The certificate body of the CA certificate.
  - `certificateChain` string, required — The certificate chain of the CA certificate.
  - `serialNumber` string, required — The serial number of the CA certificate.
  - `version` number, required — The version of the CA certificate. The version is incremented for each CA renewal operation.

## Other responses

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

---

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