Source: https://atomic-works-test.docs-staging.pageloop.ai/mcp-tools/requests-tickets/other/list-approval-policies

# listApprovalPolicies

List saved approval policies.

Lists saved approval policies that can be referenced by
`initiateApprovalByPolicy`.

## Parameters

| Name           | Type    | Required | Description                                                                                                                                    |
| -------------- | ------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `entity_type`  | string  | No       | Policy scope to list — one of REQUEST (default), GLOBAL, CHANGE, SERVICE\_ITEM\_INSTANCE. Use GLOBAL to list tenant‑wide p Default: `REQUEST`. |
| `workspace_id` | integer | No       | Optional workspace to scope the listing to. Omit to list tenant‑wide policies (required for GLOBAL, which are not worksp                       |
| `search_key`   | string  | No       | Optional case‑insensitive substring match on the policy name.                                                                                  |
| `page`         | integer | No       | Page number (1-indexed). Defaults to 1. Default: `1`.                                                                                          |
| `per_page`     | integer | No       | Page size (max 100). Defaults to 50. Default: `50`.                                                                                            |
