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
JSON get_trial_balance {
"tool": "get_trial_balance",
"params": {
"as_of_date": "<string>"
}
}