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

# GET /standards

`GET /standards`

Returns a list of the available standards in Security Hub.

For each standard, the results include the standard ARN, the name, and a description.

## Query parameters

- `NextToken` string
- `MaxResults` integer

## Response `200`

Success

- DescribeStandardsResponse
  - `Standards` Standard[] — A list of available standards.
    - `StandardsArn` string — The ARN of a standard.
    - `Name` string — The name of the standard.
    - `Description` string — A description of the standard.
    - `EnabledByDefault` boolean — <p>Whether the standard is enabled by default. When Security Hub is enabled from the console, if a standard is enabled by default, the check box for that standard is selected by default.</p> <p>When Security Hub is enabled using the <code>EnableSecurityHub</code> API operation, the standard is enabled by default unless <code>EnableDefaultStandards</code> is set to <code>false</code>.</p>
    - `StandardsManagedBy` object — Provides details about the management of a standard.
      - `Company` string — An identifier for the company that manages a specific security standard. For existing standards, the value is equal to <code>Amazon Web Services</code>.
      - `Product` string — An identifier for the product that manages a specific security standard. For existing standards, the value is equal to the Amazon Web Services service that manages the standard.
  - `NextToken` string — The pagination token to use to request the next page of results.

## Other responses

- `480` — InternalException
- `481` — InvalidInputException
- `482` — InvalidAccessException

---

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