---
title: "list cert"
method: GET
path: "/open/cert"
tags: ["ssl_cert"]
---

# list cert

`GET /open/cert`

## Response `200`

OK

- object
  - `data` ApiGetCertListRes
    - `nodes` ApiListCertItem[]
      - `acme_message` string
      - `domains` string[]
      - `expired` boolean
      - `id` integer
      - `issuer` string
      - `related_sites` string[]
      - `revoked` boolean
      - `self_signature` boolean
      - `trusted` boolean
      - `type` integer
      - `valid_before` string
    - `total` integer
  - `err` string
  - `msg` string

## Changes

- **2026-04-01** `de6007edcff9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/chaitin/apis/mgt-api/changes/open/cert/get.md)

---

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