---
title: "Get Robot Display Name"
method: GET
path: "/api/daemon/robot-name"
---

# Get Robot Display Name

`GET /api/daemon/robot-name`

Return the robot's current display name.

Reports the effective/advertised name: the persisted override when a
client has renamed the robot, otherwise the ``--robot-name`` default the
daemon is running with. A client can pre-fill a rename field from this
without having to fall back to the daemon status for the default.

## Response `200`

Successful Response

- RobotNameResponse — The robot's current display name (``null`` only if none is resolvable).
  - `name` string, nullable

---

[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/revisions/9843f2902e88/schema)
