get_task
Retrieve the current status and output metadata of a Tripo task using its task ID. Check task progress and results from 3D model generation or post-processing.
Instructions
Get the current status and output metadata for a Tripo task by task ID.
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 |