LedgerLou Docs is optimized for desktop.

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

Bank

Get open bank transactions

Returns all unreconciled bank transactions of an account — starting point for the reconciliation process.

get_unreconciled_transactions
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token in the OAuth flow.
Scopes
bank:read
Parameters
bank_account_id string (uuid) required ID of the bank account
limit number optional Maximum count (default: 50)
Response
No response schema defined.
MCP get_unreconciled_transactions
JSON
{
  "tool": "get_unreconciled_transactions",
  "params": {
    "bank_account_id": "<string>"
  }
}