Get Metadata Entry on AssetAsk AIget https://preview.threekit.com/api/v2/assets/{assetId}/metadata/{metadataId}Retrieves a metadata entry on an asset.Path ParamsassetIdstringrequiredID of the asset to be retrieved. This can either be the Threekit UUID or the user defined customId.metadataIdstringrequiredID of the metadata entry. It can either be the UUID or the key of the metadata entry.Query Paramsbearer_tokenstringPrivate token used to authorize the request. This endpoint is only accessible using a private token.branchstringName of the org branch to connect to. If no value is provided the default value is "main".Responses 200Fetch requested metadata entry. 404Unable to fetch metadata entry on an asset.Updated about 1 year ago