task_status
Check progress and current state of async 3D generation or post-processing tasks. Returns statuses like queued, running, success, or failure.
Instructions
Check the status of an async 3D generation or post-processing task. Returns progress info and the current state, such as queued, running, success, failed, cancelled, or expired.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Task ID from a previous generation or post-processing call |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| error | No | ||
| output | No | ||
| status | Yes | ||
| taskId | Yes | ||
| progress | Yes | ||
| createdAt | No | ||
| rawOutput | No | ||
| completedAt | No | ||
| creditsConsumed | No |