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_idstringRequired

Headers

authorizationstring or nullOptional

Query parameters

postgres_ipstring or nullOptional
captain_backend_urlstring or nullOptional

Response

Successful Response
job_idstring
completedboolean
statusstring
active_file_processing_workersinteger
timestampstring
errorstring or nullDefaults to
job_detailsobject or null

Errors