v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1463330397.6 KB

Lists your Resilience Hub applications.

You can filter applications using only one filter at a time or without using any filter. If you try to filter applications using multiple filters, you will get the following error:

An error occurred (ValidationException) when calling the ListApps operation: Only one filter is supported for this operation.

get/list-apps

Query parameters

appArnstring

Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html"> Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i> guide.

awsApplicationArnstring

Amazon Resource Name (ARN) of Resource Groups group that is integrated with an AppRegistry application. For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html"> Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i> guide.

fromLastAssessmentTimestring date-time

Lower limit of the range that is used to filter applications based on their last assessment times.

maxResultsinteger

Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.

namestring

The name for the one of the listed applications.

nextTokenstring

Null, or the token from a previous call to get the next set of results.

reverseOrderboolean

The application list is sorted based on the values of <code>lastAppComplianceEvaluationTime</code> field. By default, application list is sorted in ascending order. To sort the application list in descending order, set this field to <code>True</code>.

toLastAssessmentTimestring date-time

Upper limit of the range that is used to filter the applications based on their last assessment times.

Response

Success

nextTokenstring

Token for the next set of results, or null if there are no more results.