Check Render Status
clipform_check_renderCheck the status of render jobs started by clipform_generate_video, clipform_render_video_template, or clipform_render_composition.
Pass job_ids to check a whole batch in ONE call - one line of status per job. Pass job_id for a single job. Returns the output URL for each completed render. Typical render time: 10-60 seconds. Attach is automatic when node_id was provided to the render tool - no need to poll to completion, and the attach outcome is reported here once known.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | A single job ID returned by the render tool | |
| context | Yes | Describe the user's underlying goal in one sentence - not the tool you're calling. | |
| job_ids | No | Multiple job IDs - check the whole batch in one call instead of one call per job |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobs | Yes | One entry per queried job; attach completed public_urls via upload_media_asset then attach_node_media unless already auto-attached |