---
title: "GET /abdm/uhi/v1/physical-consultation/search/doctors"
method: GET
path: "/abdm/uhi/v1/physical-consultation/search/doctors"
---

# GET /abdm/uhi/v1/physical-consultation/search/doctors

`GET /abdm/uhi/v1/physical-consultation/search/doctors`

Fetches a list of doctors matching the given search criteria.

## Headers

- `X-Pt-Id` string
- `X-Partner-Pt-Id` string
- `X-Hip-Id` string

## Response `200`

OK

- ModelsDoctorsSearchResponse
  - `data` ModelsSearchResponse[]
    - `doctor_name` string — Full name of the doctor
    - `education` string — Educational qualifications of the doctor
    - `facility_id` string — Unique identifier of the healthcare facility
    - `gender` string — Gender of the doctor (e.g., Male, Female, Other)
    - `hpr_id` string — Unique Health Professional Registry (HPR) ID of the doctor
    - `image` string — Profile image URL of the doctor
    - `languages` string[] — Languages spoken by the doctor
    - `provider_address` string — Address of the healthcare facility or hospital
    - `provider_city` string — City where the provider is located
    - `provider_country` string — Country where the provider is located
    - `provider_gps` string — GPS coordinates of the healthcare facility
    - `provider_name` string — Name of the healthcare provider or hospital
    - `specialities` string[] — Specialities or fields of expertise of the doctor
    - `transaction_id` string — Unique transaction ID for tracking the search response
    - `year_of_experience` integer — Number of years of professional experience

## Other responses

- `4XX`
- `5XX`

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
