netsuite_get_accounts
Retrieve NetSuite chart of accounts, optionally filtered by account type, with pagination support.
Instructions
List NetSuite accounts (chart of accounts) with optional filter by type. Optional parameters: limit (number), offset (number), type (string, e.g. 'Bank', 'Expense')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Account type filter: 'Bank', 'Expense', 'AccountsPayable', etc. | |
| limit | No | ||
| offset | No |