---
title: "Get Let's Encrypt certificate issuing details"
method: GET
path: "/cdn/sslData/{cert_id}/status"
tags: ["Let's Encrypt certificates"]
---

# Get Let's Encrypt certificate issuing details

`GET /cdn/sslData/{cert_id}/status`

Get details about the latest Let's Encrypt certificate issuing attempt for the CDN resource. Returns attempts in all statuses.

## Path parameters

- `cert_id` integer, required

## Query parameters

- `exclude` string[]

## Response `200`

Successful.

- LERequestStatusV2
  - `id` integer — ID of the attempt to issue a Let's Encrypt certificate.
  - `statuses` LERequestAttemptStatus[] — Detailed information about attempts to issue a Let's Encrypt certificate.
    - `id` integer — ID of the attempt to issue the Let's Encrypt certificate.
    - `status` string — Status of the attempt to issue the Let's Encrypt certificate. Possible values: - **Done** - Attempt is successful. Let's Encrypt certificate was issued. - **Failed** - Attempt failed. Let's Encrypt certificate was not issued. - **Cancelled** - Attempt is canceled. Let's Encrypt certificate was not issued.
    - `error` string — Brief description of the error that occurred when trying to issue a Let's Encrypt certificate.
    - `details` string — Detailed description of the error that occurred when trying to issue a Let's Encrypt certificate.
    - `created` string — Date and time when the issuing attempt status was created (ISO 8601/RFC 3339 format, UTC).
    - `retry_after` string — Date indicating when the certificate issuance limit will be lifted (ISO 8601/RFC 3339 format, UTC). It is filled in only if error = RateLimited.
  - `latest_status` object — Detailed information about last attempt to issue a Let's Encrypt certificate.
    - `id` integer — ID of the attempt to issue the Let's Encrypt certificate.
    - `status` string — Status of the attempt to issue the Let's Encrypt certificate. Possible values: - **Done** - Attempt is successful. Let's Encrypt certificate was issued. - **Failed** - Attempt failed. Let's Encrypt certificate was not issued. - **Cancelled** - Attempt is canceled. Let's Encrypt certificate was not issued.
    - `error` string — Brief description of the error that occurred when trying to issue a Let's Encrypt certificate.
    - `details` string — Detailed description of the error that occurred when trying to issue a Let's Encrypt certificate.
    - `created` string — Date and time when the issuing attempt status was created (ISO 8601/RFC 3339 format, UTC).
    - `retry_after` string — Date indicating when the certificate issuance limit will be lifted (ISO 8601/RFC 3339 format, UTC). It is filled in only if error = RateLimited.
  - `started` string — Date when the process of issuing a Let's Encrypt certificate was started (ISO 8601/RFC 3339 format, UTC).
  - `finished` string — Date when the process of issuing a Let's Encrypt certificate was finished (ISO 8601/RFC 3339 format, UTC). The field is **null** if the issuing process is not finished.
  - `active` boolean — Defines whether the Let's Encrypt certificate issuing process is active. Possible values: - **true** - Issuing process is active. - **false** - Issuing process is completed.
  - `attempts_count` integer — Number of attempts to issue the Let's Encrypt certificate.
  - `next_attempt_time` string, nullable — Time of the next scheduled attempt to issue the Let's Encrypt certificate (ISO 8601/RFC 3339 format, UTC).
  - `resource` integer — CDN resource ID.

## Other responses

- `400` — Failed to provide Let's encrypt certificate issuing details.

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
