update_job_status
Update the status of a job to Accept, Complete, or Fail, with optional result output, to manage your workflow as a service provider.
Instructions
Updates the status of a job (Accept, Complete, Fail). Use this to manage your workflow as a service provider.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The ID of the job to update. | |
| status | Yes | The new status. | |
| result | No | The output or proof of work (if completed). |