Get Asset Usage
Component Assets
Get Asset Usage
Get where a component asset is used
GET
Get Asset Usage
Returns information about where a component asset is referenced, including components, content, and packages.Documentation Index
Fetch the complete documentation index at: https://docs.metabind.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Organization ID
Project ID
Component ID
Asset ID
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| inComponents | string[] | Component IDs referencing this asset |
| inPackages | string[] | Package IDs containing this asset |
| inContent | string[] | Content IDs referencing this asset |
| totalUsage | number | Total number of references |
Assets referenced in published packages cannot be deleted. Use this endpoint to check usage before attempting deletion.