---
title: "Return a data table of all patients in every clinic the clinician belongs to, across every hospital they're a member of."
method: GET
path: "/clinicians/{clinician_id}/patients/table"
tags: ["patient_report"]
---

# Return a data table of all patients in every clinic the clinician belongs to, across every hospital they're a member of.

`GET /clinicians/{clinician_id}/patients/table`

## Path parameters

- `clinician_id` integer, required

## Query parameters

- `date` string — reference date (today's date) in format YYYY-MM-DD
- `filter` string
- `limit` number
- `offset` string
- `order` string

## Response `200`

successful operation

- object
  - `has_more` boolean
  - `next` string
  - `rows` ClinicianPatientsTableResponseRow[]
    - `clinics` object[]
      - `id` integer
      - `name` string
    - `email` string, required
    - `first_name` string, required
    - `has_active_subscription` boolean
    - `has_completed_subscription` boolean
    - `has_draft_report` boolean
    - `has_expired_subscription` boolean
    - `has_upcoming_subscription` boolean
    - `hospital_attributes` PatientHospitalAttributes
      - `hospital_id` integer, required
      - `patient_custom_fields` object, required
      - `patient_external_id` string, required
    - `invitation_id` integer, nullable
    - `invitation_status` 'pending' | 'accepted' | 'rejected' | 'revoked' | 'expired', nullable
    - `is_registered` boolean, required
    - `last_completed_report_date` string, nullable — calendar date in format YYYY-MM-DD
    - `last_meal_date` string, nullable — calendar date in format YYYY-MM-DD
    - `last_name` string, required
    - `most_recent_subscription_start_date` string, nullable
    - `next_report_date` string, nullable — calendar date in format YYYY-MM-DD
    - `patient_id` integer, required
    - `phone_number` string, nullable
    - `registered_by_user_id` integer
    - `tracking_start_date` string, nullable
  - `total_rows` number

## Changes

- **2026-09-05** `7a6791a1f2a1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/changes/clinicians/:clinician_id/patients/table/get.md)

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/2991fb51502d?raw)
