List invoices
cliniko_list_invoicesList invoices, optionally filtered by patient. GET /invoices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). Default 1. | |
| sort | No | Field to sort by, e.g. created_at. | |
| order | No | Sort direction. asc | desc. | |
| per_page | No | Results per page (max 100). Default 50. | |
| patient_id | No | Filter by patient id (q[]=patient_id:=). |