> ## 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.

# GetRequestStatus

> ABBYY FlexiCapture Web Services API の GetRequestStatus メソッド。Application Server リクエストの現在のステータスを、ServerRequestStatus 値で返します。

<div id="what-it-does">
  ## 機能
</div>

Application Server へのリクエストのステータスを取得します。

<div id="definition">
  ## 定義
</div>

```
int GetRequestStatus( int requestId );
```

<div id="parameters">
  ## パラメーター
</div>

| **Name**  | **型** | **説明**                       |
| --------- | ----- | ---------------------------- |
| requestId | int   | Application ServerへのリクエストのID |

<div id="returned-value">
  ## 戻り値
</div>

| **型** | **説明**                                                                                                                                 |
| ----- | -------------------------------------------------------------------------------------------------------------------------------------- |
| int   | Application Server へのリクエストのステータス情報。使用可能な値については [ServerRequestStatus](/ja/flexi-capture/api/structures/server-request-status) を参照してください |
