cURL
curl --request GET \ --url https://vantage-us.abbyy.com/api/publicapi/v1/catalogs/{catalogId}/reindex/{reindexOperationId} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "indexModelId": "<string>", "workflowProcessingId": "<string>", "created": "2023-11-07T05:31:56Z", "completed": "<string>", "currentState": "InProgress" }
The access token received from the authorization server in the OAuth 2.0 flow.
目录 ID。您可以在所有目录的列表中找到它。
操作 ID。您可以在启动重新索引操作时收到的响应中找到它。
成功
操作的唯一 ID
用于分析文档的索引模型的 ID
操作工作流的 ID
操作的创建时间
操作的完成时间
InProgress
Failed
Completed
此页面对您有帮助吗?