AACsearch
Api reference

Trigger full reindex

Enqueues a full reindex job for the specified index. The job rebuilds the underlying Typesense collection from the database. Returns a jobId that can be polled via the indexing.reindexStatus oRPC procedure. Requires admin scope.

Enqueues a full reindex job for the specified index. The job rebuilds the underlying Typesense collection from the database. Returns a jobId that can be polled via the indexing.reindexStatus oRPC procedure. Requires admin scope.

POST
/indexes/{indexId}/reindex

Authorization

BearerAuth
AuthorizationBearer <token>

Search API key (ss_search_*) from the dashboard or keys API. Scopes (search, ingest, admin) are stored on the key; each route requires the matching scope.

In: header

Path Parameters

indexId*string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://loading/api/v1/indexes/string/reindex"
{
  "jobId": "string",
  "status": "pending"
}
{
  "error": "string",
  "message": "string",
  "details": null
}
{
  "error": "string",
  "message": "string",
  "details": null
}
{
  "error": "string",
  "message": "string",
  "details": null
}