Get Index Status

Get indexing status for a job. Returns object with: ```json { "job_id": "string", "status": "processing" | "completed" | "error", "completed": boolean, "progress_message": "string (if not complete)", "result": { "files_indexed": number, "total_input_tokens": number } } ``` Authentication: Requires Bearer token in Authorization header

Path parameters

job_idstringRequired

Headers

authorizationstring or nullOptional

Response

Successful Response
job_idstring
completedboolean
statusstring
timestampstring
execution_arnstring or null
estimated_time_remaining_secondsinteger or null
progress_messagestring or null
resultobject or null

Errors