---
title: "List practitioners in display order"
method: GET
path: "/shop/practitioners/order"
tags: ["Practitioners"]
---

# List practitioners in display order

`GET /shop/practitioners/order`

Returns a lightweight, non-paginated list of `PractitionerSummary`
objects for the given site, sorted by each practitioner's `order`
field then by `name`. Use this to render an ordering UI without
pulling the full `Practitioner` payload for every entry.

Requires the `RESERVATIONS_VIEW` permission on the site.

## Query parameters

- `site_id` string, required

## Response `200`

The practitioners for the site, sorted by `order`.

- object
  - `data` PractitionerSummary[], required — Practitioner summaries in display order.
    - `id` string, object-id, required — The ID of the practitioner.
    - `name` string, required — The full name of the practitioner.

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.

---

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