Get account ledger
Returns all booking lines of an account (account ledger / statement) with individual movements.
get_account_ledger
Authorization
Authorization string header required API key in the format
ll_.... Pass as a Bearer token in the OAuth flow. Scopes
journal:read
Parameters
account_number string required Account number, e.g. '1200'
start_date string optional Start date (YYYY-MM-DD)
end_date string optional End date (YYYY-MM-DD)
limit number optional Maximum number of lines (default: 100)
Response
No response schema defined.
MCP
JSON get_account_ledger {
"tool": "get_account_ledger",
"params": {
"account_number": "<string>"
}
}