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

> GetRequestStatus method in the ABBYY FlexiCapture Web Services API: returns the current status of an Application Server request as a ServerRequestStatus value.

## What it does

Gets the status of a request to the Application Server.

## Definition

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

## Parameters

| **Name**  | **Type** | **Description**                                 |
| --------- | -------- | ----------------------------------------------- |
| requestId | int      | The ID of the request to the Application Server |

## Returned value

| **Type** | **Description**                                                                                                                                                           |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| int      | Information about the status of the request to the Application Server. See [ServerRequestStatus](/flexi-capture/api/structures/server-request-status) for possible values |
