Get Let's Encrypt issuance progress
GET/api/admin/settings/tls/acme-progress
Live progress of an in-flight Let's Encrypt issuance. The admin UI polls this while the (blocking) request runs so it can show step-by-step status instead of a spinner. Admin only. Returns { phase: 'idle' } when nothing has been recorded.
Responses
- 200
- 403
The current issuance phase.
Caller is not an admin.