LedgerLou Docs is optimized for desktop.

Please open this page on a device with a wider screen.

Journal · Postings

Get trial balance

Returns the trial balance (SuSa) of all accounts with opening balance, debit/credit movements and closing balance.

get_trial_balance
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token in the OAuth flow.
Scopes
journal:read
Parameters
as_of_date string optional Optional as-of date (YYYY-MM-DD). Only considers bookings up to this date.
Response
No response schema defined.
MCP get_trial_balance
JSON
{
  "tool": "get_trial_balance",
  "params": {
    "as_of_date": "<string>"
  }
}