List all approval requests
Retrieve all policy approval requests for the organization. Supports filtering by status, user, and other criteria.
Query Parameters
| Parameter | Type | Description |
|---|---|---|
status | string | Filter by status (e.g., PENDING, APPROVED, REJECTED) |
userId | string | Filter by user |
page | number | Pagination page |
limit | number | Items per page |
Use Cases
- Build approval dashboard
- Audit policy approval history
- Find pending requests for current user
Required Permission
policies:read
List all approval requests
Retrieve all policy approval requests for the organization. Supports filtering by status, user, and other criteria.
Query Parameters
| Parameter | Type | Description |
|---|---|---|
status | string | Filter by status (e.g., PENDING, APPROVED, REJECTED) |
userId | string | Filter by user |
page | number | Pagination page |
limit | number | Items per page |
Use Cases
- Build approval dashboard
- Audit policy approval history
- Find pending requests for current user
Required Permission
policies:read