Search
Start reindex
Trigger a Typesense reindex from your existing database with the TypeScript SDK.
POST
Start reindex
Use
blnk.Search.startReindex to rebuild the search index.
blnk.Search.startReindex
| Field | Description |
|---|---|
batch_size | Records processed per batch. Omit the argument to use the Core default. Must be a positive integer when set. |
Response shape
202 Accepted
| Field | Description |
|---|---|
message | Confirmation that the reindex job started. |
progress | Initial progress snapshot with status, phase, total_records, processed_records, and started_at. |
Related docs
How reindexing works
When and why to rebuild the index.
Start Typesense reindex
HTTP request and response schema.