freshbooks_list_items
List FreshBooks items from your account. Use pagination and raw filter parameters to tailor the results.
Instructions
List items 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) |