Wave: List Accounts
wave_list_accountsList chart of accounts with balances. Filter by type (EXPENSE, INCOME, ASSET, LIABILITY) and subtype (e.g., CASH_AND_BANK, CREDIT_CARD) to find the correct account for transactions.
Instructions
List the chart of accounts, with balances. Filter by type to find the account a transaction needs: EXPENSE for expense categories, INCOME for revenue, ASSET with subtype CASH_AND_BANK for bank accounts, LIABILITY with subtype CREDIT_CARD for cards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number for offset pagination. | |
| types | No | Filter by type: ASSET, LIABILITY, EQUITY, INCOME, EXPENSE. | |
| subtypes | No | Filter by subtype, e.g. ["CASH_AND_BANK", "CREDIT_CARD"]. | |
| fetch_all | No | Walk every page instead of returning just one. Slower, but complete. | |
| page_size | No | Records per page (1-200). | |
| business_id | No | Business to operate on. Defaults to the session business set by wave_set_default_business. | |
| is_archived | No | Filter to archived (true) or active (false) accounts. | |
| response_format | No | Output format: "markdown" for a compact human-readable summary, "json" for the complete record. | markdown |
| excluded_subtypes | No | Subtypes to omit. |