list_vendors
Retrieve a paginated list of vendors from GnuCash, filter by active status, and get optional full JSON details for each vendor.
Instructions
List all vendors.
Leads with a Showing X-Y of Z vendors line, then a compact
one-line-per-vendor 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 vendors. Default True. verbose: If true, return full JSON details for each vendor. 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 |