Assets
Get an asset
Returns metadata for one asset when it is accessible to the authenticated public API key. Missing and inaccessible assets both return 404.
get/assets/{assetId}
Path parameters
assetIdstring required
Asset identifier
Example:asset_abc123
Asset identifier
Response
Asset returned.
Example response
{
"asset_id": "asset_abc123",
"workspace_id": "ws_abc123"
}