---
title: "Get Asset by ID"
method: GET
path: "/assets/{id}"
tags: ["assets"]
---

# Get Asset by ID

`GET /assets/{id}`

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `id` string — Unique identifier of the Asset. Use this id in the assetId field when creating a Task.
  - `format` string — Format of the Asset
  - `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)
