> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Status ツール

> Get Status は、トランザクション識別子のリストから ABBYY Vantage トランザクションの処理ステータスを取得します。

**Get Status** ツールは、ABBYY Vantage からトランザクションの処理ステータスを取得します。

1 行以上のデータテーブルを **Input** アンカーに渡します。各行には、トランザクション識別子を 1 つずつ指定してください。このツールは、すべてのトランザクションのステータスを返します。

トランザクションが処理完了になるまでステータスをポーリングする場合は、**Get Status** をマクロ内に組み込みます。実装例については、[サンプルプロセス](/ja/vantage/connectors/alteryx/sample-process)を参照してください。

<div id="connection-settings">
  ## 接続設定
</div>

**Get Status** ツールには、[接続の構成](/ja/vantage/connectors/alteryx/setup#configure-the-connection)で説明されている接続設定が含まれます。

<div id="input-anchor">
  ## Input アンカー
</div>

| 列             | 型          | 説明                                   |
| ------------- | ---------- | ------------------------------------ |
| TransactionId | V\_WString | **Use Skill** ツールで作成されたトランザクションの識別子。 |

入力例:

<Frame>
  <img src="https://mintcdn.com/abbyy/GYXzQ7h3X_sAg5P7/images/vantage/developer/connectors/alteryx/get-status-input-example.png?fit=max&auto=format&n=GYXzQ7h3X_sAg5P7&q=85&s=d49ada4906f6b85798c8c6116175f907" alt="Get Status input table showing five rows of TransactionId GUID values" width="326" height="111" data-path="images/vantage/developer/connectors/alteryx/get-status-input-example.png" />
</Frame>

<div id="output-anchor">
  ## 出力アンカー
</div>

| 列                | 型          | 説明                                                                                                       |
| ---------------- | ---------- | -------------------------------------------------------------------------------------------------------- |
| TransactionId    | V\_WString | トランザクションの識別子。                                                                                            |
| Status           | V\_WString | トランザクションのステータス。指定可能な値: `New`、`Processing`、`Processed`、`Failed`、`Canceled`。                               |
| ManualReviewLink | V\_WString | トランザクションの結果を確認できる ABBYY Vantage 手動確認クライアントへのリンク。使用する Process Skill に Review activity が含まれている場合にのみ利用できます。 |
| isSuccess        | Bool       | ステータスの取得に成功したかどうかを示します。                                                                                  |
| Error            | V\_WString | トランザクションの処理中に発生したエラーメッセージを示します (トランザクションのステータスが `Failed` の場合) 。                                          |

出力例:

<Frame>
  <img src="https://mintcdn.com/abbyy/GYXzQ7h3X_sAg5P7/images/vantage/developer/connectors/alteryx/get-status-output-example.png?fit=max&auto=format&n=GYXzQ7h3X_sAg5P7&q=85&s=a7a4bb5b45a752e503c7d634d28c1e1b" alt="Get Status output table showing five transactions with varying Status values including Processed, Failed, Processing, and New" width="1011" height="122" data-path="images/vantage/developer/connectors/alteryx/get-status-output-example.png" />
</Frame>

<div id="related-topics">
  ## 関連トピック
</div>

* [Use Skill ツール](/ja/vantage/connectors/alteryx/tools/use-skill)
* [Get Result ツール](/ja/vantage/connectors/alteryx/tools/get-result)
* [サンプルプロセス](/ja/vantage/connectors/alteryx/sample-process)
