tebra_get_all_patients
Retrieve all patients in bulk with pagination. Use optional filters and continuation keys to navigate through results.
Instructions
Get all patients in bulk with pagination. Returns a page of patients and a continuation key for the next page. Use startKey from the previous response to get the next batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batchSize | No | Number of patients per page (default 200, max 1000) | |
| startKey | No | Continuation key from previous response (omit for first page) | |
| isActive | No | Optional filter: true for active patients only, false for inactive only |