get_job_status
Retrieve the current status, progress, and phase of an ETL job by its ID, including the result once ingestion completes.
Instructions
Get the status of an ETL job.
Use this to check progress of document ingestion started with ingest_documents.
Args:
job_id: Job ID returned from ingest_documents
Returns: Job status including progress, phase, and result (if completed)
Example: get_job_status("job_20251226_143000_abc12345")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |