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
JSON get_periods {
"tool": "get_periods"
} 200 Response
JSON [
{
"period": "<string>",
"status": "<string>",
"booking_count": 1,
"locked_by": "<string>",
"locked_at": "<string>"
}
]