> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developer-test.atomicwork.com/llms.txt.
> For full documentation content, see https://developer-test.atomicwork.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developer-test.atomicwork.com/_mcp/server.

# listRequestApprovalPolicies

List saved REQUEST approval policies.

Lists saved approval policies that can be referenced by
`initiateRequestApprovalByPolicy`. Scope is REQUEST entity only —
change/asset policies are not returned by this tool. **When to Use:**

* Before calling `initiateRequestApprovalByPolicy`, to discover which
  `policy_id` to pass.

## Parameters

| Name           | Type    | Required | Description                                                   |
| -------------- | ------- | -------- | ------------------------------------------------------------- |
| `workspace_id` | integer | Yes      | Workspace to scope the listing to. Required.                  |
| `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`.           |