accounting_gl_accounts_list
Retrieve and filter general ledger accounts from ServiceTitan's accounting system using criteria like IDs, names, numbers, types, and activity status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-delimited account IDs (max 50) | |
| names | No | Comma-delimited account names (max 50) | |
| numbers | No | Comma-delimited account numbers (max 50) | |
| types | No | Comma-delimited account types (max 50) | |
| subtypes | No | Comma-delimited account subtypes (max 50) | |
| description | No | Description contains value | |
| source | No | Account source | |
| active | No | Filter by active status | True |
| isIntacctGroup | No | Only Intacct group accounts | |
| isIntacctBankAccount | No | Only Intacct bank accounts | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, Name, Number, ModifiedOn, CreatedOn | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedBefore | No | ||
| modifiedOnOrAfter | No |