Lock-Status prüfen
Prüft den Lock-Status einer Periode (open/soft_locked/locked) und ob eine ausstehende Hard-Lock-Anfrage existiert.
get_lock_status
Authorization
Authorization string header erforderlich API-Key im Format
ll_.... Übergabe als Bearer Token im OAuth-Flow. Scopes
perioden:read
Parameter
period string erforderlich Periode: YYYY-MM, YYYY-P13 oder YYYY-P14
Antwort
200
Erfolgreich
MCP
JSON get_lock_status {
"tool": "get_lock_status",
"params": {
"period": "<string>"
}
} 200 Response
JSON {
"period": "<string>",
"status": "<string>",
"locked_by": "<string>",
"locked_at": "<string>",
"has_pending_request": true,
"pending_request": {
"request_id": "<string>",
"requested_by": "<string>",
"created_at": "<string>"
}
}