cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/assets/{asset_id} \ --header 'x-api-key: <api-key>'
{ "assetId": "<string>", "tenantId": "<string>", "name": "<string>", "purpose": "<string>", "tags": [ "<string>" ], "aiDescription": "<string>", "parentAssetId": "<string>", "hidden": true, "data": { "type": "<string>", "fileId": "<string>" }, "createdAt": "<string>", "updatedAt": "<string>", "trashedAt": "<string>", "deletedAt": "<string>", "lifecycleState": "active", "downloadUrl": "<string>", "previewDownloadUrl": "<string>" }
Retrieve a specific asset by ID.
API key authentication for the External Actor Gateway
asset_id parameter
Asset created successfully
Show child attributes
^\+[1-9]\d{1,14}$
active
trashed
deleted
Was this page helpful?