LedgerLou Docs is optimized for desktop.

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

Reports

Get trial balance (SuSa)

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

get_susa
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token in the OAuth flow.
Scopes
auswertungen:read
Parameters
start_date string optional Start date (YYYY-MM-DD, default: start of year)
end_date string optional End date (YYYY-MM-DD, default: today)
Response
No response schema defined.
MCP get_susa
JSON
{
  "tool": "get_susa",
  "params": {
    "start_date": "<string>",
    "end_date": "<string>"
  }
}