---
title: "Get command lockout status"
method: GET
path: "/api/v1/reel/command-lockout"
tags: ["v1", "reel-movement"]
---

# Get command lockout status

`GET /api/v1/reel/command-lockout`

Retrieves the current status of the command lockout feature.

Returns whether movement commands are currently blocked by the lockout system. This status check allows applications to verify system state and provide appropriate user interface feedback about operational restrictions.

Command lockout status is independent of other system states like emergency stop or safeguard conditions.

## Response `200`

Successful Response

- CommandLockoutResponse — Response for command lockout operations. Manages movement command restrictions for enhanced safety control. Lockout system blocks user movement commands while preserving emergency stop and safety feature functionality.
  - `action` string, required — The action that was requested or performed by the endpoint
  - `error` boolean, required — Indicates whether the operation encountered an error
  - `error_msgs` string[] — List of error messages if the operation failed
  - `result` CommandLockoutResult, required — Result data for command lockout operations.
    - `lockout_enabled` boolean, required — Current state of the command lockout system. Indicates whether movement commands are currently blocked (True) or allowed (False). This status affects all user-initiated movement operations.

## Other responses

- `401` — Could not validate credentials
- `403` — Setup required before using this endpoint
- `500` — Internal server error

---

[API](https://skmtc.net/reach-systems-tech/apis/reelapi-v1.md) · [All operations](https://skmtc.net/reach-systems-tech/apis/reelapi-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reach-systems-tech/reelapi-v1/versions/1dd366a9c6a3/schema)
