List installations for a CertOps trust anchor
GET/api/v1/workspaces/:id/certops/trust-anchors/:anchorId/installations
Returns every certops_trust_anchor_installations row for one trust anchor (agent, store, transition state, provenance, last error), so an operator can see where the anchor actually landed before revoking or distributing it further. Manager-only, same as the other trust-anchor routes. Read-only: unlike the mutating trust-anchor routes, this route does not require the workspace's CertOps state to be active, since an operator diagnosing a paused workspace still needs to see current installations.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Installation list for this trust anchor
Trust anchor identifier is invalid
Unauthorized
Forbidden
CertOps is disabled, or the trust anchor was not found in this workspace
Internal server error