LedgerLou Docs is optimized for desktop.

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

Periods

Get periods

Returns all accounting periods of the tenant with status (open, soft_locked, locked) and booking count.

get_periods
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token in the OAuth flow.
Scopes
perioden:read
Response
200
Success
MCP get_periods
JSON
{
  "tool": "get_periods"
}
200 Response
JSON
[
  {
    "period": "<string>",
    "status": "<string>",
    "booking_count": 1,
    "locked_by": "<string>",
    "locked_at": "<string>"
  }
]