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