---
title: "List appointments"
method: GET
path: "/v1/appointments"
tags: ["Appointments"]
---

# List appointments

`GET /v1/appointments`

Requires the `appointments:read` scope.

## Query parameters

- `span` string
- `from` string
- `until` string
- `date` string
- `date__gte` string
- `date__lte` string
- `time` string
- `time__gte` string
- `time__lte` string
- `statuses` string
- `search` string
- `ordering` string
- `limit` integer
- `offset` integer

## Response `200`

A page of appointments

## Other responses

- `401` — Missing or invalid API key
- `402` — Monthly quota exceeded
- `403` — Insufficient scope, inactive subscription, or the clinic hasn't authorized API access
- `429` — Rate limit exceeded — see Retry-After header
- `502` — Upstream unavailable

---

[API](https://skmtc.dev/yezza/apis/yezza-clinic-api-external-access.md) · [All operations](https://skmtc.dev/yezza/apis/yezza-clinic-api-external-access/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/yezza/yezza-clinic-api-external-access/revisions/fb0639413542/schema)
