---
title: "GET /api/procedures"
method: GET
path: "/api/procedures"
tags: ["Billing"]
---

# GET /api/procedures

`GET /api/procedures`

## Query parameters

- `cursor` string — The pagination cursor value.
- `page_size` integer — Number of results to return per page.
- `mu_date` string
- `patient` integer
- `doctor` integer
- `mu_date_range` string
- `appointment` integer
- `service_date` string

## Response `200`

OK

- object — Paginated Result
  - `previous` string — Previous paginated page
  - `data` Procedure[] — result data
    - `status` string
    - `code` string
    - `patient` integer — Patient ID
    - `description` string
    - `doctor` integer — Doctor ID
    - `created_at` string
    - `updated_at` string
    - `procedure_type` 'C' | 'H' | 'U' | 'S' — One of `"CPT(C)"`, `"HCPCS(H)"`, `"Custom(U)"`
    - `date` string — Date of service for the procedure
    - `appointment` integer — Appointment ID
    - `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/revisions/e595797fe800/schema)
