---
title: "Returns the Response containing the list of CAs with general information per CA as Json"
method: GET
path: "/v1/ca"
tags: ["v1/ca"]
---

# Returns the Response containing the list of CAs with general information per CA as Json

`GET /v1/ca`

Returns the Response containing the list of CAs with general information per CA as Json

## Query parameters

- `includeExternal` boolean

## Response `200`

Successful operation

- CaInfosRestResponse
  - `certificate_authorities` CaInfoRestResponse[]
    - `id` integer — CA identifier
    - `name` string — Certificate Authority (CA) name
    - `subject_dn` string — Subject Distinguished Name
    - `issuer_dn` string — Issuer Distinguished Name
    - `expiration_date` string, date-time — Expiration date
    - `external` boolean — Is external (whether CA certificate was imported)

---

[API](https://skmtc.dev/keyfactor/apis/ejbca-rest-interface.md) · [All operations](https://skmtc.dev/keyfactor/apis/ejbca-rest-interface/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/keyfactor/ejbca-rest-interface/revisions/44f8798658e2/schema)
