List upcoming automatic renewals
GET/api/v1/workspaces/:id/certops/renewals/upcoming
Returns every renewable certificate in the workspace, ordered by expiry,
with the date the renewal scheduler starts attempting each one
(renewsFrom, computed as notAfter minus the effective lead time) and
whether the scheduler would actually renew it.
Deliberately NOT restricted to certificates that will renew. A
certificate with no renewal profile, or with a profile the scheduler
cannot execute, is exactly the certificate that will silently expire, so
excluding it would make this endpoint report an all-clear for a workspace
where nothing renews at all. Every row that will not be renewed carries a
blockedReason naming the cause, distinguishing an operator's deliberate
switch-off from a defect.
Manager-only, matching the profile routes: each row carries the profile's lead time and identity, and the view exists to be read alongside them.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Upcoming renewal schedule
Unauthorized
Forbidden
CertOps is disabled for this deployment or workspace
Internal server error