---
title: "GET /api/fee_schedules_v2"
method: GET
path: "/api/fee_schedules_v2"
tags: ["Clinical"]
---

# GET /api/fee_schedules_v2

`GET /api/fee_schedules_v2`

## Query parameters

- `cursor` string — The pagination cursor value.
- `page_size` integer — Number of results to return per page.
- `payer_id` string — CSV of payer_ids
- `plan_name` string — Name of the plan
- `specialities` string — CSV of specialities
- `assignees` string — CSV of assignees
- `assignee_type` string — Type of fee schedule, individual|speciality
- `effective_date` string
- `ineffective_date` string

## Response `200`

OK

- object — Paginated Result
  - `previous` string — Previous paginated page
  - `data` FeeSchedule[] — result data
    - `ineffective_date` string — End date that this schedule is valid. If null, then it is applied until an end date is set
    - `assignees` unknown[] — Schedule specific to these assignees, if null, then applies as default to all assignees without a more specific fee schedule.
      - unknown
    - `items` unknown[] — Items that belong to this fee schedule (this field is only available for single requests)
      - unknown
    - `created_at` string
    - `payer_id` string — Fee Schedule pricing specific to this payer, if null, then applies as default to all payers without a more specific fee schedule.
    - `updated_at` string
    - `assignee_type` 'Individual' | 'Speciality' — Type of assignee
    - `specialities` unknown[] — Schedule specific to these specialities, if null, then applies as default to all specialities without a more specific fee schedule.
      - unknown
    - `effective_date` string — Start date that this schedule is valid. If null, then since the beginning of time
    - `plan_name` string — Name of insurance plan.
    - `id` integer
  - `next` string — Next Paginated page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

[API](https://skmtc.net/drchrono/apis/untitled-api.md) · [All operations](https://skmtc.net/drchrono/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drchrono/untitled-api/versions/e595797fe800/schema)
