---
title: "GET /controls#controlType"
method: GET
path: "/controls#controlType"
---

# GET /controls#controlType

`GET /controls#controlType`

Returns a list of controls from Audit Manager.

## Query parameters

- `controlType` 'Standard' | 'Custom', required
- `nextToken` string
- `maxResults` integer — Max results in the page.

## Response `200`

Success

- ListControlsResponse
  - `controlMetadataList` ControlMetadata[] — The list of control metadata objects that the <code>ListControls</code> API returned.
    - `arn` string — The Amazon Resource Name (ARN) of the control.
    - `id` string — The unique identifier for the control.
    - `name` string — The name of the control.
    - `controlSources` string — The data source that determines where Audit Manager collects evidence from for the control.
    - `createdAt` string, date-time — The time when the control was created.
    - `lastUpdatedAt` string, date-time — The time when the control was most recently updated.
  - `nextToken` string — The pagination token that's used to fetch the next set of results.

## Other responses

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

---

[API](https://skmtc.net/aws/apis/auditmanager.md) · [All operations](https://skmtc.net/aws/apis/auditmanager/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/auditmanager/versions/27a1388d0f2a/schema)
