---
title: "Get an Asset by id"
method: GET
path: "/assets/{id}"
---

# Get an Asset by id

`GET /assets/{id}`

Returns a single Asset identified by its id

## Path parameters

- `id` string, required — The id of the Asset to retrieve

## Response `200`

Detailed information about the Asset

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

## Other responses

- `404` — Asset not found

## Changes

- **2025-02-03** `5cc5ad59564f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/argildotai/apis/argil-api/changes/assets/:id/get.md)

---

[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)
