list_employees
View employees from GnuCash accounting. Filter by active status, paginate through entries, and toggle verbose output for full details or get a count-only result.
Instructions
List all employees.
Leads with a Showing X-Y of Z employees line, then a compact
one-line-per-employee format by default. Page with offset;
limit=0 returns the count only. Use verbose=true for full
JSON with guid, address, etc.
Args: active_only: If True, only show active employees. Default True. verbose: If true, return full JSON details for each employee. 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 |