---
title: "List certificates"
method: GET
path: "/certificates"
tags: ["Configuration - Certificate"]
---

# List certificates

`GET /certificates`

List a page of certificates.

## Query parameters

- `page` integer
- `limit` integer
- `certType` 'CERT' | 'KEY' | 'CA' — The Certificate type

## Response `200`

OK

- PagedXiqCertificate
  - `page` integer, required — The current page number
  - `count` integer, required — The element count of the current page
  - `total_pages` integer, required — The total page number based on request page size
  - `total_count` integer, required — The total element count
  - `data` XiqCertificate[] — The data in the current page
    - `id` integer, required — The unique identifier
    - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
    - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
    - `cert_type` 'CERT' | 'KEY' | 'CA' — The Certificate type
    - `name` string, required — The certificate file name
    - `encrypted` boolean, required — The certificate encrypted or not
    - `description` string — The certificate description
    - `file_size` integer, required — The certificate file size

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
