Search
Get reindex status
Poll the progress of a Typesense reindex with the TypeScript SDK.
GET
Get reindex status
Use This method takes no arguments.
blnk.Search.getReindexStatus to check search reindex progress.
1
Call the method
blnk.Search.getReindexStatus
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