LedgerLou Docs is optimized for desktop.

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

Journal · Postings

Search accounts

Searches the chart of accounts by number or name. Returns matching accounts with number, name and type.

search_accounts
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token in the OAuth flow.
Scopes
journal:read
Parameters
query string required Search term (account number or name)
limit number optional Maximum results (default: 20)
Response
200
Success
MCP search_accounts
JSON
{
  "tool": "search_accounts",
  "params": {
    "query": "<string>"
  }
}
200 Response
JSON
[
  {
    "number": "<string>",
    "name": "<string>",
    "type": "<string>"
  }
]