List approval requests
GET/organizations/:organizationId/approvals
Returns approval requests for the organization. Filter by resource with ?entityType=post&entityId=<uuid>. To build a reviewer inbox, filter by ?status=pending&reviewerUserId=<uuid>&reviewerDecision=pending. Supports pagination via page and limit query parameters.
Request
Responses
- 200
- 400
- 401
Paginated list of approval requests
entityType required when entityId is set; reviewerDecision requires reviewerUserId
Unauthorized