---
title: "Get project assignments"
method: GET
path: "/api/v2/project_assignments"
tags: ["Project Assignments"]
---

# Get project assignments

`GET /api/v2/project_assignments`

List all project assignments.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `project_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.
  - FilterProjectAssignment — Filters project assignments by person or project.
    - `id` union — Filter by project assignment ID.
      - Id — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_contain` Id — unresolved $ref
        - `eq` Id — unresolved $ref
        - `contains` Id — unresolved $ref
        - `not_eq` Id — unresolved $ref
    - `person_id` union — Filter by specific person.
      - object — Filter using explicit operator syntax.
        - `not_contain` PersonId — unresolved $ref
        - `not_eq` PersonId — unresolved $ref
        - `eq` PersonId — unresolved $ref
        - `contains` PersonId — unresolved $ref
      - PersonId — unresolved $ref
    - `project_id` union — Filter by the associated project.
      - object — Filter using explicit operator syntax.
        - `eq` ProjectId — unresolved $ref
        - `not_contain` ProjectId — unresolved $ref
        - `contains` ProjectId — unresolved $ref
        - `not_eq` ProjectId — unresolved $ref
      - ProjectId — unresolved $ref

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection project 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/11e8576224b8/schema)
