get_job_status
Quickly check the status of a research job using its job ID. Use this for one-shot inspections or as a fallback for long-running jobs.
Instructions
One-shot job status check. Prefer wait_for_job for tracking long-running jobs.
Use this for quick status inspections or as a fallback when wait_for_job is not appropriate. For polling loops, wait_for_job is more efficient — it holds the connection, emits live MCP progress notifications, and handles the multi-phase pipeline (table-maker → preview) automatically.
Key statuses: queued / processing → call wait_for_job instead of re-polling manually preview_complete → approve_validation (or refine_config) completed → get_results failed → check error field
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Session ID / job ID returned by upload_file, start_table_validation, or start_table_maker. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |