---
title: "GET /assessmentFrameworks#frameworkType"
method: GET
path: "/assessmentFrameworks#frameworkType"
---

# GET /assessmentFrameworks#frameworkType

`GET /assessmentFrameworks#frameworkType`

Returns a list of the frameworks that are available in the Audit Manager framework library.

## Query parameters

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

## Response `200`

Success

- ListAssessmentFrameworksResponse
  - `frameworkMetadataList` AssessmentFrameworkMetadata[] — The list of metadata objects for the framework.
    - `arn` string — The Amazon Resource Name (ARN) of the framework.
    - `id` string — The unique identifier for the framework.
    - `type` 'Standard' | 'Custom' — The framework type, such as a standard framework or a custom framework.
    - `name` string — The name of the framework.
    - `description` string — The description of the framework.
    - `logo` string — The logo that's associated with the framework.
    - `complianceType` string — The compliance type that the new custom framework supports, such as CIS or HIPAA.
    - `controlsCount` integer — The number of controls that are associated with the framework.
    - `controlSetsCount` integer — The number of control sets that are associated with the framework.
    - `createdAt` string, date-time — The time when the framework was created.
    - `lastUpdatedAt` string, date-time — The time when the framework was most recently updated.
  - `nextToken` string — The pagination token that's used to fetch the next set of results.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `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/revisions/27a1388d0f2a/schema)
