---
title: "Get approval policies"
method: GET
path: "/api/v2/approval_policies"
tags: ["Approval Policy"]
---

# Get approval policies

`GET /api/v2/approval_policies`

List approval policies with optional filters and pagination.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `approval_policy` list endpoints — pass a single condition or a logical group.
  - FilterApprovalPolicy — Filter parameters for listing approval policies. Supports filtering by policy type, service, and person. Standard ID operators apply.
    - `custom` union — Filter by whether the approval policy is custom (true) or system-defined (false).
      - Custom — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_eq` Custom — unresolved $ref
        - `not_contain` Custom — unresolved $ref
        - `eq` Custom — unresolved $ref
        - `contains` Custom — unresolved $ref
    - `status` union — Filter by active/archived status.
      - object — Filter using explicit operator syntax.
        - `eq` Status — unresolved $ref
        - `not_contain` Status — unresolved $ref
        - `contains` Status — unresolved $ref
        - `not_eq` Status — unresolved $ref
      - Status — unresolved $ref
    - `type_id` union — Filter by approval policy type ID.
      - object — Filter using explicit operator syntax.
        - `contains` TypeId — unresolved $ref
        - `not_contain` TypeId — unresolved $ref
        - `eq` TypeId — unresolved $ref
        - `not_eq` TypeId — unresolved $ref
      - TypeId — unresolved $ref
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection approval policy

---

[API](https://skmtc.net/productive/apis/api-documentation.md) · [All operations](https://skmtc.net/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/f5a315855b2b/schema)
