freshbooks_list_clients
Fetch FreshBooks clients with pagination and raw filter params. Returns client data for accounting and management.
Instructions
List clients for the authenticated FreshBooks account. Supports pagination and raw FreshBooks filter params. Returns items plus page/pages/total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number | |
| search | No | Raw FreshBooks filter params passed through verbatim, e.g. {"search[customerid]": 123} or {"include[]": "lines"}. Field names are not validated. | |
| per_page | No | Results per page (max 100) |