Rebuilds the search index using the specified rebuild strategy.

Behavior: Triggers a full or partial rebuild of the search index depending on the type parameter. Supported types: $ALL$ (rebuild from all sources), $ALL_CLEAR$ (clear index then rebuild), $MONGO$ (rebuild from MongoDB source only), $DYNAMO$ (rebuild from DynamoDB source only).

Authorization: Requires a valid Bearer token.

Side Effects: Triggers a potentially long-running reindex operation. During a $ALL_CLEAR$ rebuild, search results may be temporarily unavailable.

Error Scenarios: Returns 400 if the type parameter is null.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The rebuild strategy: $ALL$, $ALL_CLEAR$, $MONGO$, or $DYNAMO$.

Responses
200

The reindex operation completed successfully.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json