---
title: "Get deal cost rates"
method: GET
path: "/api/v2/deal_cost_rates"
tags: ["Deal Cost Rates"]
---

# Get deal cost rates

`GET /api/v2/deal_cost_rates`

List deal cost rates with optional filters and pagination.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `deal_cost_rate` list endpoints — pass a single condition or a logical group.
  - FilterDealCostRate — Filter parameters for querying deal cost rates.
    - `deal_id` union — Filter by deal ID.
      - DealId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_contain` DealId — unresolved $ref
        - `contains` DealId — unresolved $ref
        - `not_eq` DealId — unresolved $ref
        - `eq` DealId — unresolved $ref
    - `person_id` union — Filter by person ID.
      - object — Filter using explicit operator syntax.
        - `not_contain` PersonId — unresolved $ref
        - `not_eq` PersonId — unresolved $ref
        - `contains` 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 deal cost rate

---

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