Get a single approval request by UUID
GET/approvals/:identifier
Returns the full detail for one approval request. A request in a
different entity is reported as 404, identical to a missing one, to
prevent cross-entity enumeration.
Requires the approvals.request.read permission in the selected entity.
Request
Responses
- 200
- 401
- 403
- 404
OK
Missing/invalid JWT or entity selection
Caller lacks the approvals.request.read permission (RBAC_PERMISSION_DENIED)
APPROVAL_REQUEST_NOT_FOUND — not found in this entity (also returned for a request in another entity, to prevent enumeration).