---
title: "Get Doa"
method: GET
path: "/api/state/doa"
---

# Get Doa

`GET /api/state/doa`

Get the Direction of Arrival from the microphone array.

Returns the angle in radians (0=left, π/2=front, π=right) and speech detection status.
Returns None if the audio device is not available.

## Response `200`

Successful Response

- DoAInfo — Direction of Arrival info from the microphone array.
  - `angle` number, required
  - `speech_detected` boolean, required

---

[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/69db2d0ea45e/schema)
