Search
Get reindex status
Poll the progress of a Typesense reindex with the Python SDK.
GET
Get reindex status
Use This method takes no arguments.
blnk.search.get_reindex_status to check search reindex progress.
1
Call the method
blnk.search.get_reindex_status
2
Track reindex progress
Poll until
response.data["status"] is completed. Compare processed_records to total_records to estimate remaining work.3
Response
200 OK