Returns a single asset by ID. Users can access their own org’s assets and system-scoped assets.
cURL
curl --request GET \ --url https://api.rendobar.com/assets/{id}
{ "data": { "id": "<string>", "orgId": "<string>", "type": "<string>", "name": "<string>", "filename": "<string>", "r2Key": "<string>", "fileSize": 123, "metadata": "<string>", "scope": "<string>", "status": "<string>", "category": "<string>", "thumbnailKey": "<string>", "createdAt": 123, "updatedAt": 123 } }
Asset ID
Asset details
Show child attributes
Was this page helpful?