List certificate attempts
Returns the issuance, renewal, and upload attempts recorded for a certificate, newest first (25 per page). Each attempt captures the lifecycle status, type, timing, and any error of a single certificate operation. Attempts are read-only - they are created and maintained by the certificate renewer / message handlers, not via the API. The per-step breakdown is omitted from this collection view; fetch a single attempt to see its steps.
Authorizations
Long-lived API token created via POST /api/api-tokens (returned once in plaintext). A token created with readOnly may only perform safe requests (GET, HEAD, OPTIONS); write requests are rejected on every endpoint.
JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer
Parameters
Path Parameters
Organization identifier
Certificate identifier
Query Parameters
The collection page number
1The number of items per page
250100Responses
certificate-attempt collection
