Skip to main content
POST
/
ai
/
api
/
v2
/
enterprise-search
/
connector
/
dg-s3-workspace
/
re-index
Re-index Workspace Files
curl --request POST \
  --url https://be.datagol.ai/ai/api/v2/enterprise-search/connector/dg-s3-workspace/re-index \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

This API uses OAuth 2.0 with the authorization code grant flow.

Query Parameters

workspace_id
string
required

The ID of the workspace whose files are to be indexed

full_reindex
boolean

Controls the indexing mode. true \u2014 performs a full re-index of all documents in the workspace. false \u2014 performs an incremental index, processing only new or changed documents since the last index run.

Body

application/json

The body is of type object.

Response

200

Re-index Workspace Files