---
title: "List audio devices"
method: GET
path: "/audio/list"
tags: ["Audio"]
---

# List audio devices

`GET /audio/list`

Returns all available audio input and output devices.

## Response `200`

OK

- ListDeviceResponse[]
  - `name` string, required
  - `is_default` boolean, required

## Changes

> 10 revisions in range; 3 could not be searched.

- **2026-04-09** `0f0f8030c7e2` — 1 info
  - api tag `Audio` added
- **2026-04-08** `1a63468a8d30` — 2 info
  - api operation id `server_api_list_audio_devices` removed and replaced with `routes_audio_api_list_audio_devices`
  - api tag `Audio Control` removed
- **2026-02-16** `e143bf8d73bc` — 3 breaking, 2 info
  - removed the required property `items/device_control` from the response with the `200` status
  - removed the required property `items/device_type` from the response with the `200` status
  - removed the required property `items/id` from the response with the `200` status
  - api tag `Audio Control` added
  - …1 more
- **2026-02-11** `2825740bcf63` — 1 breaking, 4 info
  - removed the required property `items/is_default` from the response with the `200` status
  - api operation id `list-audio-devices` removed and replaced with `server_api_list_audio_devices`
  - added the required property `items/device_control` to the response with the `200` status
  - added the required property `items/device_type` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/screenpipe/apis/screenpipe-api/changes/audio/list/get.md)

---

[API](https://skmtc.dev/screenpipe/apis/screenpipe-api.md) · [All operations](https://skmtc.dev/screenpipe/apis/screenpipe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/screenpipe/screenpipe-api/revisions/c48ab58de88e/schema)
