check_job
Monitor the status and retrieve results for asynchronous jobs like algorithm execution, media protection, or AI detection tasks. Returns progress, completion status, and download links when ready.
Instructions
Check the status of an asynchronous job (from run_algorithm, protect_media, or detect_ai). Returns status (queued, processing, completed, failed), progress percentage, and result data including download URLs when complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job ID returned by a previous tool call |