---
title: "GET /v1/ca/{issuer_dn}/getLatestCrl"
method: GET
path: "/v1/ca/{issuer_dn}/getLatestCrl"
tags: ["v1/ca"]
---

# GET /v1/ca/{issuer_dn}/getLatestCrl

`GET /v1/ca/{issuer_dn}/getLatestCrl`

Returns the latest CRL issued by this CA

## Path parameters

- `issuer_dn` string, required

## Query parameters

- `deltaCrl` boolean
- `crlPartitionIndex` integer

## Response `200`

Successful operation

- CrlRestResponse
  - `crl` string, byte — Certificate Revocation List (CRL)
  - `response_format` string — Response format

## Changes

- **2025-03-11** `4045b1bab09f` — 1 breaking, 1 info
  - the `crl` response's property type/format changed from `array`/`` to `string`/`byte` for status `200`
  - for the `query` request parameter `crlPartitionIndex`, the type/format was generalized from `integer`/`int32` to `integer`/`int64`
- **2025-03-11** `37878df36b77` — 2 breaking
  - for the `query` request parameter `crlPartitionIndex`, the type/format was changed from `integer`/`int64` to `integer`/`int32`
  - the `crl` response's property type/format changed from `string`/`byte` to `array`/`` for status `200`
- **2025-01-24** `d0f3affe7c3c` — 1 breaking, 1 info
  - the `crl` response's property type/format changed from `array`/`` to `string`/`byte` for status `200`
  - for the `query` request parameter `crlPartitionIndex`, the type/format was generalized from `integer`/`int32` to `integer`/`int64`
- **2024-07-05** `b6fc2ad168e5` — 2 breaking
  - for the `query` request parameter `crlPartitionIndex`, the type/format was changed from `integer`/`int64` to `integer`/`int32`
  - the `crl` response's property type/format changed from `string`/`byte` to `array`/`` for status `200`

[Change history](https://skmtc.dev/keyfactor/apis/ejbca-rest-interface/changes/v1/ca/:issuer_dn/getLatestCrl/get.md)

---

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