list_customers
Fetch customers from GnuCash with pagination, active-only filter, and optional full JSON details. Use limit=0 for a count-only result.
Instructions
List all customers.
Leads with a Showing X-Y of Z customers line, then a compact
one-line-per-customer format by default. Page with offset;
limit=0 returns the count only. Use verbose=true for full
JSON with guid, address, notes, etc.
Args: active_only: If True, only show active customers. Default True. verbose: If true, return full JSON details for each customer. limit: Page size (default 50, max 250). 0 = count only. offset: 0-indexed first row to return (default 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| verbose | No | ||
| active_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |