---
title: "List All Assets"
method: GET
path: "/assets"
tags: ["assets"]
---

# List All Assets

`GET /assets`

## Query parameters

- `skip` number
- `take` number

## Response `200`

Default Response

- object[]
  - `id` string — Unique identifier of the Asset. Use this id as assetId when creating a Task.
  - `format` string — Format of the output file
  - `name` string — Name of the Asset

---

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