list_accounts
Retrieve your QuickBooks chart of accounts with account numbers, names, types, and current balances. Filter by account type or active status to get the data you need.
Instructions
List all accounts in the chart of accounts. Returns AcctNum (the user-facing account number), Name, AccountType, AccountSubType, and CurrentBalance. Use AcctNum to reference accounts in other queries or operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_type | No | Optional filter by account type (e.g., 'Bank', 'Expense', 'Income', 'Other Current Asset', 'Fixed Asset', 'Other Current Liability', 'Equity') | |
| active_only | No | If true, only return active accounts (default: true) |