---
title: "List indexed assets for an asset"
method: GET
path: "/assets/{asset_id}/indexed-assets"
tags: ["indexes > indexedAssets"]
---

# List indexed assets for an asset

`GET /assets/{asset_id}/indexed-assets`

This method returns a list of indexed assets that reference the specified asset. Each entry includes the indexed asset ID and the index it belongs to.

## Path parameters

- `asset_id` string, required

## Query parameters

- `page` integer
- `page_limit` integer

## Headers

- `x-api-key` string, required

## Response `200`

The indexed assets have been successfully retrieved.

- IndexesIndexedAssetsListByAssetResponse200
  - `data` IndexedAssetSummary[] — A list of indexed assets that reference the specified asset.
    - `_id` string — The unique identifier of the indexed asset.
    - `index` IndexedAssetSummaryIndex — The index to which the indexed asset belongs.
      - `_id` string — The unique identifier of the index.
      - `name` string — The name of the index.
  - `page_info` PageInfo — An object that provides information about pagination.
    - `limit_per_page` integer — The maximum number of items on each page.
    - `page` integer — The page you retrieved.
    - `total_page` integer — The total number of pages.
    - `total_results` integer — The total number of results.

## Other responses

- `400` — The request has failed.

---

[API](https://skmtc.net/twelvelabs/apis/twelvelabs-api.md) · [All operations](https://skmtc.net/twelvelabs/apis/twelvelabs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvelabs/twelvelabs-api/revisions/9c12cd88093a/schema)
