Get render status
get_statusMonitor a render's progress by providing its renderId and bucketName, and get the output video URL when the render finishes without errors.
Instructions
Poll the progress of a render started with the render tool. When done is true and fatalErrorEncountered is false, outputFile holds the result video URL. Pass the renderId and bucketName returned by render.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| renderId | Yes | The render id returned by the render tool. | |
| bucketName | Yes | The bucketName returned by the render tool (alongside renderId). |