Skip to main content
GET
/
asset
/
generated
list all generation tasks
curl --request GET \
  --url http://localhost:3917/asset/generated
[
  {
    "file_path": "assets/generated/gen_1.glb",
    "prompt": "medieval sword",
    "provider": "",
    "status": "complete",
    "task_id": "gen_1"
  }
]

Response

200 - application/json

All known generation tasks with prompt, status, and (when complete) file path.