List indexed assets for an asset

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.

Authentication

x-api-keystring
Your API key. <Note title="Note"> You can find your API key on the <a href="https://playground.twelvelabs.io/dashboard/api-keys" target="_blank">API Keys</a> page. </Note>

Path parameters

asset_idstringRequired
The unique identifier of the asset.

Query parameters

pageintegerOptionalDefaults to 1

A number that identifies the page to retrieve.

Default: 1.

page_limitintegerOptionalDefaults to 10

The number of items to return on each page.

Default: 10. Max: 50.

Response

The indexed assets have been successfully retrieved.
datalist of objects
A list of indexed assets that reference the specified asset.
page_infoobject
An object that provides information about pagination.

Errors

400
Bad Request Error