---
title: "Get salaries"
method: GET
path: "/api/v2/salaries"
tags: ["Salaries"]
---

# Get salaries

`GET /api/v2/salaries`

List all salaries.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `salary` 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.
  - FilterSalary — Filter parameters for listing salaries (cost rates and working capacities, called Engagements internally). Supports filtering by person, date range, salary type, and currency. Standard ID and date operators apply.
    - `before` union — Filter by before.
      - object — Filter using explicit operator syntax.
        - `contains` Before — unresolved $ref
        - `eq` Before — unresolved $ref
        - `not_contain` Before — unresolved $ref
        - `not_eq` Before — unresolved $ref
      - Before — unresolved $ref
    - `person_id` union — Filter by the associated person.
      - object — Filter using explicit operator syntax.
        - `eq` PersonId — unresolved $ref
        - `not_contain` PersonId — unresolved $ref
        - `not_eq` PersonId — unresolved $ref
        - `contains` PersonId — unresolved $ref
      - PersonId — unresolved $ref
    - `after` union — Filter by after.
      - object — Filter using explicit operator syntax.
        - `not_contain` After — unresolved $ref
        - `eq` After — unresolved $ref
        - `not_eq` After — unresolved $ref
        - `contains` After — unresolved $ref
      - After — unresolved $ref

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection salary

---

[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)
