---
title: "Get Providers"
method: GET
path: "/calendar/providers"
tags: ["provider", "calendar"]
---

# Get Providers

`GET /calendar/providers`

List providers with their appointments for scheduling an appointment

## Query parameters

- `search` string, nullable
- `include_assistants` boolean, nullable

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- ProviderWithServices[]
  - `id` string, required — The unique identifier for the user.
  - `firstName` string, nullable — The user's first name.
  - `lastName` string, nullable — The user's last name.
  - `phoneNumber` string, nullable — The user's phone number.
  - `email` string, nullable — The user's email address.
  - `type` 'PROVIDER' | 'PATIENT' | 'ASSISTANT', required
  - `locationId` string, nullable — The location of the user.
  - `services` ServiceTiny[]
    - `id` string, required
    - `duration` integer, required
    - `name` string, required
    - `locationIds` string[], nullable
    - `color` string, required
  - `visibleLocationIds` string[], nullable
  - `isArchived` boolean, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
