---
title: "Get rate cards"
method: GET
path: "/api/v2/rate_cards"
tags: ["Rate cards"]
---

# Get rate cards

`GET /api/v2/rate_cards`

List all rate cards.

## Query parameters

- `filter` union — Filter schema for `rate_card` 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.
  - FilterRateCard — Filter parameters for listing rate cards. Supports filtering by company, archived status, and name. Standard string and ID operators apply.
    - `status` union — Filter by status (active or archived).
      - object — Filter using explicit operator syntax.
        - `contains` Status — unresolved $ref
        - `eq` Status — unresolved $ref
        - `not_contain` Status — unresolved $ref
        - `not_eq` Status — unresolved $ref
      - Status — unresolved $ref
    - `created_at` union — Filter by creation date range.
      - CreatedAt — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` CreatedAt — unresolved $ref
        - `not_contain` CreatedAt — unresolved $ref
        - `contains` CreatedAt — unresolved $ref
        - `not_eq` CreatedAt — unresolved $ref
    - `company_id` union — Filter by client company.
      - object — Filter using explicit operator syntax.
        - `contains` CompanyId — unresolved $ref
        - `not_contain` CompanyId — unresolved $ref
        - `eq` CompanyId — unresolved $ref
        - `not_eq` CompanyId — unresolved $ref
      - CompanyId — unresolved $ref
    - `name` union — Filter by name (text search).
      - Name — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `contains` Name — unresolved $ref
        - `eq` Name — unresolved $ref
        - `not_eq` Name — unresolved $ref
        - `not_contain` Name — unresolved $ref
- `sort` string[]

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection rate card

---

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