Get asset
GET/v1/assets/{id}
Fetch an asset status and results — the polling endpoint for every async job.
On success, files carries signed URLs (model, image, thumbnail, textures). On failure, errorCategory and a sanitized errorDetail explain why.
Response
response · succeeded
{ "success": true, "data": {
"id": "019…", "taskStatus": 2, "type": "model_3d",
"files": { "model": "https://…signed.glb", "thumbnail": "https://…png" }
} }