List approval requests for the selected entity
GET/approvals
Returns a paginated, visibility-filtered list of approval requests in the
selected entity. canApprove on each row reflects whether the caller may
approve it right now (holds REQUEST_APPROVE for the scope, is not the
requester, and hasn't already signed off).
Filter with the repeatable statuses query param; when omitted, only
PENDING requests are returned.
Requires the approvals.request.read permission in the selected entity.
Request
Responses
- 200
- 401
- 403
OK
Missing/invalid JWT or entity selection
Caller lacks the approvals.request.read permission (RBAC_PERMISSION_DENIED)