listAccounts
listAccountsRetrieve a paginated list of accounting accounts with optional case-insensitive name filtering. Browse and search GL accounts.
Instructions
Retrieve a paginated list of accounting accounts (GL accounts) with optional filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for pagination. | |
| limit | No | Maximum number of accounts to return per page. | |
| name__ilike | No | Case-insensitive partial match for account name. | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |