---
title: "List Physicians"
method: GET
path: "/api/2.0/physicians/"
tags: ["Physicians"]
---

# List Physicians

`GET /api/2.0/physicians/`

## Query parameters

- `first_name` string
- `last_name` string
- `limit` integer
- `npi` string
- `offset` integer
- `order_by` string

## Response `200`

- PaginatedPhysicianList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` Physician[], required
    - `credentials` string, nullable
    - `email` string, email, required
    - `fax` string — The physician's fax number.
    - `first_name` string, required
    - `id` integer
    - `is_active` boolean — Whether or not the physician is still active at the practice.
    - `last_name` string, required
    - `license` string, required
    - `license_state` string, required
    - `metadata` object, nullable
      - `data` object
      - `object_id` string
      - `object_web_link` string
    - `npi` string, required
    - `practice` integer
    - `specialty` string
    - `user_id` integer, nullable

---

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