blender_job_status
Check the status of an asynchronous Blender job by its job ID. Returns queued, running, succeeded, failed, or cancelled states with timestamps, output, and errors to track progress after launching async Python execution.
Instructions
Get the status of an async Blender job. Returns job_id, status (queued/running/succeeded/failed/cancelled), timestamps, result, stdout, stderr, and error. Poll this after starting a job with blender_python_exec_async.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |