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。reindex 操作を開始した際のレスポンスで確認できます。
OK
操作の一意のID
ドキュメントの分析に使用されるインデックス モデルの ID
処理ワークフローの ID
操作の作成時刻
処理が完了した時刻
InProgress
Failed
Completed
このページは役に立ちましたか?