---
title: "GET /api/telehealth_appointments"
method: GET
path: "/api/telehealth_appointments"
tags: ["Clinical"]
---

# GET /api/telehealth_appointments

`GET /api/telehealth_appointments`

## Query parameters

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

## Response `200`

OK

- object — Paginated Result
  - `previous` string — Previous paginated page
  - `data` TelemedicineAppointment[] — result data
    - `sent_patient_email` unknown
    - `appointment` integer, required — The Appointment related to the Telehealth Appointment, analagous to the /api/appointments resource id
    - `created_at` string — UTC Timestamp for when the Telehealth Appointment was created
    - `updated_at` string — UTC Timestamp for when the Telehealth Appointment was updated
    - `overlapping_duration` string — The duration that counts only if patient and doctor are in the video room
    - `duration` integer — Length of an appointment in minutes
    - `telehealth_url` string — URL used to access Telehealth Appointment
  - `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/versions/e595797fe800/schema)
