Read a CertOps job's approval state
GET/api/v1/workspaces/:id/certops/jobs/:jobId/approval
Cloud-only; no core counterpart. Manager-or-above human surface, the same role floor as deciding an approval (POST .../approve, POST .../reject): a viewer must not see who requested a job or whether a self-approval attempt would be blocked, since that is deployment-topology-adjacent detail rather than plain certificate/job status.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Approval state for this job
Unauthorized
Forbidden
Job not found in this workspace
Internal server error