Skip to main content
GET
/
asset
/
status
/
{task_id}
check the status of a generation task
curl --request GET \
  --url http://localhost:3917/asset/status/{task_id}
{
  "file_path": "assets/generated/gen_1.glb",
  "status": "complete",
  "task_id": "gen_1"
}

Path Parameters

task_id
string
required

Generation task id returned by /asset/generate

Response

200 - application/json

Current task status, with progress/file_path/error when applicable.