list_accounts
Retrieve the Billy chart of accounts to obtain account IDs for bill lines, revenue accounts, and bank accounts for payments. Filter results by payment-enabled or bank account status.
Instructions
List the chart of accounts in Billy. Use this to find account IDs for bill lines, product revenue accounts, and bank accounts for payments (look for isPaymentEnabled/isBankAccount).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search on account name/number | |
| page | No | Page number (1-based) | |
| verbose | No | Return the full Billy response. Default false: compact records with key fields only (saves ~90% context) | |
| pageSize | No | Records per page (max 1000, default 50) | |
| accountNo | No | Filter by account number, e.g. 5211 (applied client-side) | |
| isArchived | No | When true, returns only archived records; when false, only active ones | |
| isBankAccount | No | Only bank accounts | |
| isPaymentEnabled | No | Only accounts usable as payment/cash accounts |