Skip to main content
GET
/
api
/
publicapi
/
v1
/
catalogs
/
{catalogId}
/
reindex
/
{reindexOperationId}
Gets detailed information of reindex operation
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/api/publicapi/v1/catalogs/{catalogId}/reindex/{reindexOperationId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "indexModelId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "workflowProcessingId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created": "2023-11-07T05:31:56Z",
  "completed": "2023-11-07T05:31:56Z",
  "currentState": "InProgress"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

catalogId
string
required

Catalog identifier. You can find it in the list of all catalogs.

reindexOperationId
string<uuid>
required

Operation identifier. You can find it in response to start reindex operation.

Response

Success

id
string<uuid>

Unique id of the operation

indexModelId
string<uuid> | null

Id of the index model used to analyze documents

workflowProcessingId
string<uuid> | null

Id of the operation workflow

created
string<date-time>

Time when operation was created

completed
string<date-time> | null

Time when operation was completed

currentState
enum<string>
Available options:
InProgress,
Failed,
Completed