Get asset job status
get_asset_jobCheck an asset job's status, refreshing it from the provider if still running, to know when the generated asset is ready for download.
Instructions
Check an asset job, refreshing it from the provider if it is still running. READ-ONLY: makes a network call to the provider but never spends credits. Call this after create_3d_asset or texture_existing_asset until status is "ready", then call download_asset. Statuses: queued, generating_reference, reference_ready, generating_3d, processing, ready, failed, cancelled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | Return the FULL job record including prompts, provider parameters and every file. Defaults to false because full records are large and flood context on repeated polls. | |
| assetJobId | Yes | The local asset job id returned when the job was created. |