---
title: "Get Sessions"
method: GET
path: "/integrations/practice-better/sessions"
tags: ["practice-better", "integrations"]
---

# Get Sessions

`GET /integrations/practice-better/sessions`

Get sessions (appointments) from Practice Better for the tenant.

## Query parameters

- `limit` integer, nullable
- `date_gte` string, nullable
- `date_lte` string, nullable

## Request body

- BodyGetSessionsIntegrationsPracticeBetterSessionsGet
  - `consultants` string[], nullable
  - `services` string[], nullable

## Response `200`

Successful Response

- PracticeBetterSession[]
  - `id` string, required
  - `clientRecord` ClientRecord — Client record nested in session responses
    - `id` string, required
  - `consultant` PracticeBetterConsultant — Consultant from Practice Better API
    - `id` string, required
    - `activationStatus` string, nullable
    - `emailAddress` string, nullable
    - `dateCreated` string, nullable
    - `dateModified` string, nullable
    - `isAssistant` boolean, nullable
    - `isOwner` boolean, nullable
    - `isPractitioner` boolean, nullable
  - `profile` SessionProfile — Session profile nested in session responses
    - `id` string, nullable
    - `name` string, nullable
  - `dateCreated` string, nullable
  - `dateModified` string, nullable
  - `startDate` string, nullable
  - `endDate` string, nullable
  - `duration` integer, nullable
  - `status` string, nullable
  - `service` PracticeBetterService — Service from Practice Better API
    - `id` string, required
    - `name` string, required
    - `duration` integer, nullable
    - `serviceType` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/integrations/practice-better/sessions/get.md)

---

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