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

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

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

Fetches the list of a doctor available consultation slots.

## Query parameters

- `txn_id` string
- `provider_id` string — Unique Identifier of a Provider in the system.
- `order_id` string — Unique Identifier of any booking.

## Headers

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

## Response `200`

OK

- ModelsSlotsData
  - `doctor` ModelsDoctorInfo
    - `education` string — Educational qualifications of the doctor
    - `experience` string — Years of experience of doctor.
    - `gender` string — Gender of the doctor (e.g., Male, Female, Other)
    - `id` string — Unique identifier of the doctor
    - `languages` string[] — Languages spoken by the doctor
    - `name` string — Full name of the doctor
  - `provider_info` ModelsProviderInfo
    - `address` string — Full address of the healthcare provider or facility
    - `city` string — City where the provider or facility is located
    - `id` string — Unique identifier of the healthcare provider or facility
    - `name` string — Name of the healthcare provider or facility
    - `phone` string — Contact phone number of the provider or facility
  - `slots` ModelsSlotDetail[] — List of available slots for the doctor
    - `currency` string — Currency code in ISO 4217 format (e.g., INR, USD)
    - `date` string — Date of the slot (YYYY-MM-DD format)
    - `end_time` string — End time of the slot
    - `id` string — Unique identifier for the slot
    - `price` string — Price of the consultation in specified currency
    - `start_time` string — Start time of the slot
    - `type` string — Type of consultation (e.g., Physical, Video, Telephonic)

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