メインコンテンツへスキップ
GET
/
api
/
reporting
/
v2
/
exports
/
transaction-steps
/
{requestId}
/
status
トランザクション ステップのエクスポート ステータスの取得
curl --request GET \
  --url https://vantage-us.abbyy.com/api/reporting/v2/exports/transaction-steps/{requestId}/status \
  --header 'Authorization: Bearer <token>'
{
  "status": "New",
  "totalFileCount": "<string>",
  "correlationId": "<string>",
  "filters": {
    "startDate": "2025-12-17T15:36:38.524Z",
    "skillId": "<string>",
    "transactionId": "<string>",
    "endDate": "2023-11-07T05:31:56Z"
  }
}

承認

Authorization
string
header
必須

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

パスパラメータ

requestId
string
必須

レスポンス

OK

status
enum<string>

リクエストの実際のステータス

利用可能なオプション:
New,
Queued,
Processing,
Succeeded,
Failed,
Cancelled
totalFileCount
string | null

処理が正常終了した場合の結果ファイル数 結果ファイルにはインデックス番号でアクセスできます

correlationId
string | null

レポート作成処理の相関 ID 失敗またはキャンセルが発生した場合、相関 ID はその後の調査に役立ちます

filters
object

レポートの生成に使用されたフィルター