---
title: "List TLS certificates"
method: GET
path: "/certificates"
tags: ["Certificates"]
---

# List TLS certificates

`GET /certificates`

List all configured public TLS certificates without exposing stored PEM material

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseArrayGithubComAlchemillahqSylveInternalServicesCertificatesCertificateView
  - `data` GithubComAlchemillahqSylveInternalServicesCertificatesCertificateView[]
    - `active` boolean
    - `domain` string
    - `dynamicDnsEntryId` integer
    - `fingerprint` string
    - `id` integer
    - `issuanceError` string
    - `issuanceOperation` 'initial' | 'renewal'
    - `issuanceRetryAt` string
    - `issuanceStatus` string
    - `name` string
    - `notAfter` string
    - `notBefore` string
    - `pending` boolean
    - `ready` boolean
    - `renewable` boolean
    - `staging` boolean
    - `type` 'imported' | 'self-signed' | 'lets-encrypt' | 'sylve-managed' | 'system-default'
    - `updatedAt` string
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.net/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alchemillahq/sylve-api/revisions/7a7bea85004e/schema)
