---
title: "Get service assignments"
method: GET
path: "/api/v2/service_assignments"
tags: ["Service Assignments"]
---

# Get service assignments

`GET /api/v2/service_assignments`

List all service assignments.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `service_assignment` list endpoints — pass a single condition or a logical group.
  - FilterServiceAssignment — Filter parameters for querying service assignments.
    - `service_id` union — Filter by the associated service.
      - object — Filter using explicit operator syntax.
        - `contains` ServiceId — unresolved $ref
        - `not_eq` ServiceId — unresolved $ref
        - `eq` ServiceId — unresolved $ref
        - `not_contain` ServiceId — unresolved $ref
      - ServiceId — unresolved $ref
    - `id` union — Filter by service assignment ID.
      - Id — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `contains` Id — unresolved $ref
        - `eq` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
        - `not_eq` Id — unresolved $ref
    - `person_id` union — Filter by the assigned person.
      - object — Filter using explicit operator syntax.
        - `contains` PersonId — unresolved $ref
        - `not_eq` PersonId — unresolved $ref
        - `not_contain` PersonId — unresolved $ref
        - `eq` PersonId — unresolved $ref
      - PersonId — 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 service 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)
