---
title: "GET /rules"
method: GET
path: "/rules"
---

# GET /rules

`GET /rules`

Lists all readiness rules, or lists the readiness rules for a specific resource type.

## Query parameters

- `maxResults` integer
- `nextToken` string
- `resourceType` string

## Response `200`

Success

- ListRulesResponse
  - `NextToken` string — The token that identifies which batch of results you want to see.
  - `Rules` ListRulesOutput[] — A list of readiness rules for a specific resource type.
    - `ResourceType` string, required — The resource type that the readiness rule applies to.
    - `RuleDescription` string, required — The description of a readiness rule.
    - `RuleId` string, required — The ID for the readiness rule.

## Other responses

- `480` — ThrottlingException
- `481` — ValidationException
- `482` — InternalServerException
- `483` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/route53-recovery-readiness.md) · [All operations](https://skmtc.net/aws/apis/route53-recovery-readiness/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/route53-recovery-readiness/versions/02a096935a32/schema)
