Get Indexing Status
Get indexing status for a job.
Returns object with `completed` field:
```json
{
"job_id": "string",
"status": "processing" | "completed" | "error",
"completed": true | false
}
```
Authentication: Requires Bearer token in Authorization header
Path parameters
job_id
Headers
Query parameters
postgres_ip
captain_backend_url
Response
Successful Response
job_id
completed
status
active_file_processing_workers
timestamp
error
job_details