godot_job
Check the status of an async job started by godot_call using its job_id, and retrieve the result or error once it finishes.
Instructions
Check an async job started by godot_call with async:true. Returns its status and, once finished, its result or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job_id returned by godot_call |