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

# GetAvailableQueues

> Retrieve the processing stages available to the user with the GetAvailableQueues method of the ABBYY FlexiCapture Web Services API, returning a Queue array.

## What it does

Gets a set of records listing the processing stages available to the user.

## Definition

```
Queue [] GetAvailableQueues( int sessionId, int projectId );
```

## Parameters

| **Name**  | **Type** | **Description**                                          |
| --------- | -------- | -------------------------------------------------------- |
| sessionId | int      | The ID of the connection to the Application Server       |
| projectId | int      | The ID of the project for which to get the list of tasks |

## Returned value

| **Type**                                        | **Description**                                                        |
| ----------------------------------------------- | ---------------------------------------------------------------------- |
| [Queue](/flexi-capture/api/structures/queue)\[] | The set of records listing the processing stages available to the user |
