poll_hunyuan_job_status
Check whether a Hunyuan3D generation task has finished. Retrieve downloadable model URLs (prefer .glb) once the task reaches DONE status.
Instructions
Check if the Hunyuan3D generation task is completed.
For Hunyuan3D:
Parameters:
- job_id: The job_id given in the generate model step.
Returns the generation task status. The task is done if status is "DONE".
The task is in progress if status is "RUN".
If status is "DONE", returns ResultFile3Ds with one or more downloadable model URLs.
Prefer a .glb URL when present (self-contained with materials); otherwise use a .zip/.obj asset URL.
This is a polling API, so only proceed if the status are finally determined ("DONE" or some failed state).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No |