render_job
Poll an asynchronous photorealistic render to check if it is running, done, or failed; retrieve the finished image or error, and optionally discard the job to free resources.
Instructions
Poll an async render started by render_photoreal_submit.
Returns {job_id, status} where status is 'running', 'done', or 'failed'. When 'done', also returns {png_base64, png_path, renderer, view, material, width, height}; when 'failed', {error}. The result remains available for repeat polls.
Pass discard=True once you have a terminal result to free the job immediately (drops the cached image and closes its temp document); ignored while running. Jobs are also auto-evicted oldest-first once finished jobs exceed an internal cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| discard | No |