---
title: "Get prices"
method: GET
path: "/api/v2/prices"
tags: ["Prices"]
---

# Get prices

`GET /api/v2/prices`

List all prices.

## Query parameters

- `filter` union — Filter schema for `price` 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.
  - FilterPrice — Filter parameters for listing prices (rate card line items). Supports filtering by rate card, service type, company, billing type, and updated date. Standard ID and date operators apply.
    - `id` union — Filter by ID.
      - Id — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_eq` Id — unresolved $ref
        - `contains` Id — unresolved $ref
        - `eq` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
    - `service_type_id` union — Filter by the associated service type.
      - object — Filter using explicit operator syntax.
        - `contains` ServiceTypeId — unresolved $ref
        - `not_eq` ServiceTypeId — unresolved $ref
        - `eq` ServiceTypeId — unresolved $ref
        - `not_contain` ServiceTypeId — unresolved $ref
      - ServiceTypeId — unresolved $ref
    - `expense_tracking_enabled` union — Filter to include only price entries where expense tracking is enabled.
      - ExpenseTrackingEnabled — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_contain` ExpenseTrackingEnabled — unresolved $ref
        - `eq` ExpenseTrackingEnabled — unresolved $ref
        - `not_eq` ExpenseTrackingEnabled — unresolved $ref
        - `contains` ExpenseTrackingEnabled — unresolved $ref
    - `unit_id` union — Filter by unit ID.
      - object — Filter using explicit operator syntax.
        - `not_eq` UnitId — unresolved $ref
        - `not_contain` UnitId — unresolved $ref
        - `contains` UnitId — unresolved $ref
        - `eq` UnitId — unresolved $ref
      - UnitId — unresolved $ref
    - `billing_type_id` union — Filter by billing type ID.
      - BillingTypeId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` BillingTypeId — unresolved $ref
        - `not_contain` BillingTypeId — unresolved $ref
        - `not_eq` BillingTypeId — unresolved $ref
        - `contains` BillingTypeId — unresolved $ref
    - `rate_card_id` union — Filter by the associated rate card.
      - object — Filter using explicit operator syntax.
        - `eq` RateCardId — unresolved $ref
        - `not_eq` RateCardId — unresolved $ref
        - `not_contain` RateCardId — unresolved $ref
        - `contains` RateCardId — unresolved $ref
      - RateCardId — unresolved $ref
    - `booking_tracking_enabled` union — Filter to include only price entries where booking tracking is enabled.
      - object — Filter using explicit operator syntax.
        - `not_contain` BookingTrackingEnabled — unresolved $ref
        - `not_eq` BookingTrackingEnabled — unresolved $ref
        - `eq` BookingTrackingEnabled — unresolved $ref
        - `contains` BookingTrackingEnabled — unresolved $ref
      - BookingTrackingEnabled — unresolved $ref
    - `query` union
      - object
        - `eq` Query — unresolved $ref
        - `not_contain` Query — unresolved $ref
        - `not_eq` Query — unresolved $ref
        - `contains` Query — unresolved $ref
      - Query — unresolved $ref
    - `time_tracking_enabled` union — Filter to include only price entries where time tracking is enabled.
      - TimeTrackingEnabled — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `contains` TimeTrackingEnabled — unresolved $ref
        - `not_contain` TimeTrackingEnabled — unresolved $ref
        - `eq` TimeTrackingEnabled — unresolved $ref
        - `not_eq` TimeTrackingEnabled — unresolved $ref
    - `company_id` union — Filter by client company.
      - CompanyId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `contains` CompanyId — unresolved $ref
        - `eq` CompanyId — unresolved $ref
        - `not_eq` CompanyId — unresolved $ref
        - `not_contain` CompanyId — unresolved $ref
    - `rate_card_status` union — Filter by the status of the associated rate card (active or archived).
      - object — Filter using explicit operator syntax.
        - `not_contain` RateCardStatus — unresolved $ref
        - `eq` RateCardStatus — unresolved $ref
        - `contains` RateCardStatus — unresolved $ref
        - `not_eq` RateCardStatus — unresolved $ref
      - RateCardStatus — unresolved $ref
    - `custom_fields` union — Filter by custom field values.
      - object — Filter using explicit operator syntax.
        - `contains` CustomFields — unresolved $ref
        - `not_contain` CustomFields — unresolved $ref
        - `not_eq` CustomFields — unresolved $ref
        - `eq` CustomFields — unresolved $ref
      - CustomFields — unresolved $ref
- `sort` string[]

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection price

---

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