Exposes a single GET /jobs/:jobId endpoint that returns the current state
of an enqueued key-generation or signing job.
Clients should poll this endpoint after receiving a 202 Accepted response
from POST /key-generation or POST /signing until status is completed
or failed.
HTTP controller for job-status polling.
Exposes a single
GET /jobs/:jobIdendpoint that returns the current state of an enqueued key-generation or signing job.Clients should poll this endpoint after receiving a 202 Accepted response from
POST /key-generationorPOST /signinguntilstatusiscompletedorfailed.All endpoints are protected by BearerGuard.