task_status
Check progress of 3D generation or post-processing tasks. Get status updates including queued, running, success, or failed states using task IDs.
Instructions
Check the status of an async 3D generation or post-processing task. Returns progress info (queued, running, success, or failed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Task ID from a previous generation or post-processing call |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ||
| status | Yes | ||
| progress | Yes | ||
| error | No |