---
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

## Changes

- **2026-07-27** `1b79de8eefb7` — 1 info
  - endpoint added
- **2026-07-27** `478204bd59f9` — 1 breaking
  - api path removed without deprecation
- **2026-07-24** `69db2d0ea45e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pollen-robotics/apis/reachy-mini-rest-api/changes/api/daemon/robot-name/get.md)

---

[API](https://skmtc.dev/pollen-robotics/apis/reachy-mini-rest-api.md) · [All operations](https://skmtc.dev/pollen-robotics/apis/reachy-mini-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pollen-robotics/reachy-mini-rest-api/revisions/7f5f936a81cc/schema)
