get_job_result
Retrieve the final output of a completed FFmpeg job. For queued or running jobs, returns status; for failed jobs, returns error details.
Instructions
Retrieve the final output of a completed job.
This tool should only be called after the job status is 'success'. If the job is still 'queued' or 'running', this will return the current status. If the job has 'failed', it will return the error details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |