accounting_gl_accounts_list
List general-ledger accounts page by page, using filters for IDs, names, numbers, types, source, description, and Intacct flags to locate the exact accounts you need.
Instructions
List one requested page of general-ledger accounts, with filters for IDs, names, numbers, types, subtypes, source, description, and Intacct flags. Use accounting_gl_accounts_get for one known account and accounting_gl_account_types_list to resolve account-type metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-delimited account IDs (max 50) | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, Name, Number, ModifiedOn, CreatedOn | |
| names | No | Comma-delimited account names (max 50) | |
| types | No | Comma-delimited account types (max 50) | |
| active | No | Filter by active status | True |
| source | No | Account source | |
| numbers | No | Comma-delimited account numbers (max 50) | |
| pageSize | No | Records per page (default 50) | |
| subtypes | No | Comma-delimited account subtypes (max 50) | |
| description | No | Description contains value | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| isIntacctGroup | No | Only Intacct group accounts | |
| modifiedBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No | ||
| isIntacctBankAccount | No | Only Intacct bank accounts |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||