---
title: "Get Central Robot Status"
method: GET
path: "/api/hf-auth/central-robot-status"
---

# Get Central Robot Status

`GET /api/hf-auth/central-robot-status`

Proxy to the central signaling server's /api/robot-status endpoint.

Uses the stored HF token server-side so the desktop frontend never
sees the raw token. The frontend polls this to know whether any of
the user's robots is currently held by a remote JS app, and if so
which one (so it can show "In use by Hand Tracker" in the UI).

Response shape:
    { "available": bool, "robots": [...], "reason": str? }

`available` is false when:
  - no HF token stored (user not logged in)
  - central server is unreachable / returned an error
Callers should treat `available: false` as "unknown, don't block".

## Response `200`

Successful Response

- object

---

[API](https://skmtc.net/pollen-robotics/apis/reachy-mini-rest-api.md) · [All operations](https://skmtc.net/pollen-robotics/apis/reachy-mini-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pollen-robotics/reachy-mini-rest-api/versions/9843f2902e88/schema)
