---
title: "Get a Treatment"
method: GET
path: "/api/2026-01-01/treatments/{id}"
tags: ["Treatments"]
---

# Get a Treatment

`GET /api/2026-01-01/treatments/{id}`

Returns a treatment by its ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

Treatment retrieved successfully

- Treatment — A treatment offered by a clinic
  - `id` string, uuid — The unique identifier for the treatment
  - `name` string — The name of the treatment
  - `description` string, nullable — A description of the treatment
  - `treatment_duration` integer — The duration of the treatment in seconds
  - `scheduled_duration` integer — The scheduled duration of the treatment in seconds, may include buffer time
  - `price` number, float — The price of the treatment
  - `display_price` boolean — Whether the price is displayed to customers
  - `capacity` integer — The maximum number of patients that can be booked for this treatment
  - `booking_type` 'one_on_one_booking' | 'class_booking' | 'group_booking' — The type of booking
  - `booking_info` string, nullable — Additional information about booking this treatment
  - `discipline_id` string, uuid, nullable — The public ID of the discipline associated with this treatment
  - `online_only` boolean — Whether this treatment is offered online only
  - `book_online` boolean — Whether this treatment can be booked online
  - `display_treatment_duration` boolean — Whether the treatment duration is displayed to customers
  - `price_includes_tax` boolean — Whether the price includes tax

## Other responses

- `400` — Bad request
- `404` — Treatment not found
- `429` — Rate limit exceeded - 100 requests per minute per endpoint per clinic
- `500` — Internal server error

---

[API](https://skmtc.net/jane/apis/jdp-api.md) · [All operations](https://skmtc.net/jane/apis/jdp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jane/jdp-api/revisions/119f3c4ad601/schema)
