get_install_status
Check the current state of an async install job. Provide the jobId to receive status: running, completed, or unknown if job not found.
Instructions
Return the current state of an async install job started by install_dependency_async. Status is "running" (still in flight) or "completed" (finished — check result.ok for success). If the job is not found (FIFO-evicted after 50 jobs, or wrong jobId), returns status="unknown".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Job id returned by install_dependency_async. |