---
title: "List certificate revocation lists (CRL)"
method: GET
path: "/workspace/tls/crls"
tags: ["Digital Certificates - Certificate Revocation Lists"]
---

# List certificate revocation lists (CRL)

`GET /workspace/tls/crls`

List all certificate revocation lists (CRL) owned by your account.

## Query parameters

- `fields` string
- `id` integer
- `issuer` string
- `last_modified` string, date-time
- `last_modified__gte` string, date-time
- `last_modified__lte` string, date-time
- `last_update` string, date-time
- `last_update__gte` string, date-time
- `last_update__lte` string, date-time
- `name` string
- `next_update` string, date-time
- `next_update__gte` string, date-time
- `next_update__lte` string, date-time
- `ordering` string
- `page` integer
- `page_size` integer
- `search` string

## Response `200`

List of certificate revocation lists retrieved successfully.

- PaginatedCertificateRevocationList
  - `count` integer — Total number of items
  - `total_pages` integer — Total number of pages
  - `page` integer — Current page number
  - `page_size` integer — Number of items per page
  - `next` string, uri, nullable — URL to the next page of results
  - `previous` string, uri, nullable — URL to the previous page of results
  - `results` CertificateRevocationList[]
    - `id` integer, required
    - `name` string, required
    - `active` boolean — Indicates if the certificate revocation list is active. This field cannot be set to false.
    - `last_editor` string, required
    - `created_at` string, date-time, nullable, required — Timestamp of the certificate revocation list creation on the platform.
    - `last_modified` string, date-time, required — Timestamp of the last modification made to the certificate content on the platform.
    - `product_version` string, required
    - `issuer` string, required
    - `last_update` string, date-time, required — Timestamp of the last update issued by the certification revocation list issuer.
    - `next_update` string, date-time, required — Timestamp of the next scheduled update from the certification revocation list issuer.
    - `crl` string, required

## Other responses

- `400` — Validation Error
- `401` — Authentication Failed
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `406` — Not Acceptable
- `429` — Throttled
- `500` — Internal Server Error

---

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