---
title: "List indexed assets"
method: GET
path: "/indexes/{index-id}/indexed-assets"
tags: ["indexes > indexedAssets"]
---

# List indexed assets

`GET /indexes/{index-id}/indexed-assets`

This method returns a list of the indexed assets in the specified index. By default, the platform returns your indexed assets sorted by creation date, with the newest at the top of the list.

## Path parameters

- `index-id` string, required

## Query parameters

- `page` integer
- `page_limit` integer
- `sort_by` string
- `sort_option` string
- `status` IndexesIndexIdIndexedAssetsGetParametersStatusSchemaItems[]
- `filename` string
- `duration` IndexesIndexIdIndexedAssetsGetParametersDuration
  - `gte` number, double
  - `lte` number, double
- `fps` IndexesIndexIdIndexedAssetsGetParametersFps
  - `gte` number, double
  - `lte` number, double
- `width` IndexesIndexIdIndexedAssetsGetParametersWidth
  - `gte` integer
  - `lte` integer
- `height` IndexesIndexIdIndexedAssetsGetParametersHeight
  - `gte` integer
  - `lte` integer
- `size` IndexesIndexIdIndexedAssetsGetParametersSize
  - `gte` number, double
  - `lte` number, double
- `created_at` string
- `updated_at` string
- `user_metadata` object

## Headers

- `x-api-key` string, required

## Response `200`

The indexed assets in the specified index have successfully been retrieved.

- IndexesIndexedAssetsListResponse200
  - `data` IndexedAsset[] — An array that contains up to `page_limit` indexed assets.
    - `_id` string — A string representing the unique identifier of your indexed asset.
    - `asset_id` string — The unique identifier of the associated asset.
    - `created_at` string — A string indicating the date and time, in the RFC 3339 format ("YYYY-MM-DDTHH:mm:ssZ"), that the indexing task was created.
    - `updated_at` string — A string indicating the date and time, in the RFC 3339 format ("YYYY-MM-DDTHH:mm:ssZ"), that the indexing task was last updated. The platform updates this field every time the indexing task transitions to a different state.
    - `indexed_at` string — A string indicating the date and time, in the RFC 3339 format ("YYYY-MM-DDTHH:mm:ssZ"), that the indexing task has been completed.
    - `status` 'ready' | 'pending' | 'queued' | 'indexing' | 'failed' — The status of the indexing task.
    - `system_metadata` IndexedAssetSystemMetadata — System-generated metadata about the indexed asset.
      - `filename` string
      - `duration` number, double
      - `fps` number, double
      - `width` integer
      - `height` integer
      - `size` number, double
  - `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/versions/5dbd6e8473c9/schema)
