---
title: "List Appointment Status"
method: GET
path: "/appointment_status"
tags: ["Appointment Status"]
---

# List Appointment Status

`GET /appointment_status`

Retrieve a list of appointment status

## Query parameters

- `id` string
- `created_at` string
- `updated_at` string
- `organisation_id` string
- `appointment_type_id` string
- `name` string
- `type` string
- `key` string
- `select` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string

## Response `200`

OK

- AppointmentStatus[]
  - `id` string, uuid — Appointment status ID
  - `created_at` string, timestamp with time zone — Creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid, nullable — Organisation ID
  - `appointment_type_id` string, uuid — Appointment type ID
  - `name` string, text — Name of the appointment status
  - `type` 'confirmed' | 'pending' | 'cancelled', public.appointment_status_type — Type of the appointment status
  - `key` string, text — Key of the appointment status

---

[API](https://skmtc.net/getmateo/apis/mateo-api.md) · [All operations](https://skmtc.net/getmateo/apis/mateo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getmateo/mateo-api/revisions/96e99eb80199/schema)
