---
title: "List audio assets"
method: GET
path: "/assets"
---

# List audio assets

`GET /assets`

Returns an array of audio assets available for the user

## Response `200`

An array of audio assets

- Asset[]
  - `id` string, uuid
  - `name` string
  - `type` 'AUDIO'
  - `fileUrl` string — URL to access the asset

## Other responses

- `400` — Unexpected error

---

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