LedgerLou Docs is optimized for desktop.

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

Journal · Postings

List journal entries

Lists booking entries with optional filters by account, date and count, newest first.

list_journal_entries
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 string optional Filter by account number (debit or credit)
start_date string optional Start date (YYYY-MM-DD)
end_date string optional End date (YYYY-MM-DD)
limit number optional Maximum results (default: 50)
Response
No response schema defined.
MCP list_journal_entries
JSON
{
  "tool": "list_journal_entries",
  "params": {
    "account": "<string>",
    "start_date": "<string>",
    "end_date": "<string>",
    "limit": 1
  }
}