List patients
cliniko_list_patientsSearch/list patients. Name/email filters use Cliniko 'contains' matching (q[]=field:~value). GET /patients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). Default 1. | |
| sort | No | Field to sort by, e.g. created_at. | |
| No | Filter by email (contains match). | ||
| order | No | Sort direction. asc | desc. | |
| per_page | No | Results per page (max 100). Default 50. | |
| last_name | No | Filter by last name (contains match). | |
| first_name | No | Filter by first name (contains match). |