Get Index Status

Get Step Function indexing status for a job. Returns: - If not complete: Progress message with estimated time remaining (45-90 seconds average) - If complete: Full result output from TrackIndexTokens step including token counts 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