get_job_status
Retrieve the status and progress of a document ingestion job, including phase and result.
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 |