---
title: "Get Appointments"
method: GET
path: "/appointments"
---

# Get Appointments

`GET /appointments`

## Query parameters

- `page` number
- `count` number
- `sort` 'ASC' | 'DESC'
- `sort_by` 'created_at' | 'scheduled_start_time'
- `filter.scheduled_status` 'SCHEDULED' | 'UNSCHEDULED'
- `filter.keyword` string
- `filter.job_uid` string
- `filter.appointment_uid` string
- `filter.from_date` string
- `filter.to_date` string
- `filter.updated_at_from` string
- `filter.updated_at_to` string

## Response `200`

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/versions/c7b8028a05de/schema)
