Search
Get reindex status
Poll the progress of a Typesense reindex with the Go SDK.
GET
Get reindex status
Use This method takes no arguments.
client.Search.GetReindexStatus to check search reindex progress.
1
Call the method
client.Search.GetReindexStatus
2
Track reindex progress
Poll until
progress.Status is completed. Compare ProcessedRecords to TotalRecords to estimate remaining work.3
Response
Related docs
How reindexing works
When and why to rebuild the index.
Check reindex progress
HTTP request and response schema.