Fetch Asset Details
Last updated
Was this helpful?
Last updated
Was this helpful?
The Fetch Asset Details Data Operation takes an URI or an Asset Primitive and returns a . Detailed Assets provide detailed information pertaining to an Asset, such as its file type, size, or download URL. Additionally, there are some Airscript Functions, such as and , that require input in the form of a Detailed Asset.
Get the download link of a created PDF
For type verification of assets uploaded
To determine if an asset has been deleted
Fetch the Detailed Asset for use as input in a function that requires input the Detailed Asset Type
Accepts either an Asset URI or an . To obtain an Asset Primitive, take the Asset URI and use to get the asset primitive.
**Asset URI **
**Asset Primitive **
The data operation returns a detailedAsset
response object if the operation runs successfully. This object will have detailed information, including the download URL, for the asset provided.