codebase_get_job_status
Check the status of an async codebase analysis job using its job ID. Poll until the job reaches success or failure, with each request waiting up to 50 seconds.
Instructions
Get async analysis job status. Checks the progress of both the codebase_start_job_related_files_search and codebase_start_job_analysis jobs. You must poll using codebase_get_job_status tool until success/failure. This tool internally waits up to 50s/request. Avoid assuming failure before terminal status. You are forbidden to finish response while polling is running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job id returned by either `codebase_start_job_related_files_search` or `codebase_start_job_analysis`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||