---
title: "List built component assets"
method: GET
path: "/v1/components/{component_id}/assets/built"
tags: ["Components"]
---

# List built component assets

`GET /v1/components/{component_id}/assets/built`

Returns the built (compiled) asset representations for all assets on the specified component.

## Path parameters

- `component_id` string, required

## Response `200`

Successful response

- BuiltComponentAssetResponse[]
  - `description` string, required
  - `filename` string, required
  - `id` string, required
  - `name` string, required
  - `tags` string[], required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
