check_status
Check the generation status of a 3D model with a subscription key. Tracks job completion states: Done, Generating, or Waiting.
Instructions
Checks the status of the 3D model generation process using the subscription_key received from generate_model. This tool returns the status of all jobs related to the model. When all jobs have a 'Done' status, proceed to the download_model step to download the model. If any jobs are not completed (Generating, Waiting), notify the user to wait and check again later. Status can be: 'Done' (completed), 'Generating' (in progress), or 'Waiting' (queued).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionKey | Yes | The subscriptionKey of the task to check status for |