---
title: "GET /controlpanel/{ControlPanelArn}/routingcontrols"
method: GET
path: "/controlpanel/{ControlPanelArn}/routingcontrols"
---

# GET /controlpanel/{ControlPanelArn}/routingcontrols

`GET /controlpanel/{ControlPanelArn}/routingcontrols`

Returns an array of routing controls for a control panel. A routing control is an Amazon Route 53 Application Recovery Controller construct that has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control routing.

## Path parameters

- `ControlPanelArn` string, required

## Query parameters

- `MaxResults` integer
- `NextToken` string

## Response `200`

Success

- ListRoutingControlsResponse
  - `NextToken` string — The token that identifies which batch of results you want to see.
  - `RoutingControls` RoutingControl[] — An array of routing controls.
    - `ControlPanelArn` string — The Amazon Resource Name (ARN) of the control panel that includes the routing control.
    - `Name` string — The name of the routing control.
    - `RoutingControlArn` string — The Amazon Resource Name (ARN) of the routing control.
    - `Status` 'PENDING' | 'DEPLOYED' | 'PENDING_DELETION' — The deployment status of a routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
    - `Owner` string — The Amazon Web Services account ID of the routing control owner.

## Other responses

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

---

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