render_get_jobs
Retrieve all render jobs in the queue with their current status, including timeline name, target directory, and output filename.
Instructions
Return all render jobs in the queue with their current status.
Returns: A list of dicts, each with keys: job_id, status, timeline_name, target_dir, output_filename.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |