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
建立作業的時間戳記。
完成作業的時間戳記。
InProgress
Failed
Completed
這個頁面有幫助嗎?