---
title: "Get approval policy assignments"
method: GET
path: "/api/v2/approval_policy_assignments"
tags: ["Approval Policy Assignment"]
---

# Get approval policy assignments

`GET /api/v2/approval_policy_assignments`

List approval policy assignments with optional filters and pagination.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `approval_policy_assignment` list endpoints — pass a single condition or a logical group.
  - 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.
  - FilterApprovalPolicyAssignment — Filter schema for approval_policy_assignment resources.
    - `target_type` union — Filter by the type of the assigned target (person, deal, or budget).
      - object — Filter using explicit operator syntax.
        - `not_contain` TargetType — unresolved $ref
        - `contains` TargetType — unresolved $ref
        - `not_eq` TargetType — unresolved $ref
        - `eq` TargetType — unresolved $ref
      - TargetType — unresolved $ref
    - `target_id` union — Filter by the ID of the assigned target (person or deal/budget).
      - TargetId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_eq` TargetId — unresolved $ref
        - `not_contain` TargetId — unresolved $ref
        - `eq` TargetId — unresolved $ref
        - `contains` TargetId — unresolved $ref

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection approval policy assignment

---

[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/7764b2b9fcc4/schema)
