

# ListQueryExecutionsInput
<a name="API_ListQueryExecutionsInput"></a>

## Contents
<a name="API_ListQueryExecutionsInput_Contents"></a>

 ** MaxResults **   <a name="athena-Type-ListQueryExecutionsInput-MaxResults"></a>
The maximum number of query executions to return in this request.  
Type: Integer  
Valid Range: Minimum value of 0. Maximum value of 50.  
Required: No

 ** NextToken **   <a name="athena-Type-ListQueryExecutionsInput-NextToken"></a>
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the `NextToken` from the response object of the previous page call.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1024.  
Required: No

 ** WorkGroup **   <a name="athena-Type-ListQueryExecutionsInput-WorkGroup"></a>
The name of the workgroup from which queries are being returned. If a workgroup is not specified, a list of available query execution IDs for the queries in the primary workgroup is returned.  
Type: String  
Pattern: `[a-zA-Z0-9._-]{1,128}`   
Required: No

## See Also
<a name="API_ListQueryExecutionsInput_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/athena-2017-05-18/ListQueryExecutionsInput) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/athena-2017-05-18/ListQueryExecutionsInput) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/athena-2017-05-18/ListQueryExecutionsInput) 