wave_list_accounts
Retrieve all accounts from the chart of accounts. Filter by type, archived status, or paginate results for financial management.
Instructions
List all accounts in the chart of accounts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| type | No | Filter by account type (ASSET, LIABILITY, EQUITY, INCOME, EXPENSE) | |
| pageSize | No | Results per page (default: 100) | |
| businessId | No | Business ID | |
| isArchived | No | Include archived accounts (default: false) |