task_status
Monitor async 3D generation or post-processing task progress. Check status (queued, running, success, failed) using the task ID from previous operations.
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 |