List CertOps job evidence
GET/api/v1/workspaces/:id/certops/jobs/:jobId/evidence
Returns paginated sanitized public evidence metadata for one workspace-scoped CertOps job. Consumers must follow pagination.limit and pagination.offset; long job histories can require multiple requests. Raw secrets, private keys, token hashes, and key-bearing artifacts are never returned.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Job evidence list
Bad request
Unauthorized
Forbidden
Job not found in this workspace
Internal server error