---
title: "GET /classification-scopes"
method: GET
path: "/classification-scopes"
---

# GET /classification-scopes

`GET /classification-scopes`

Retrieves a subset of information about the classification scope for an account.

## Query parameters

- `name` string
- `nextToken` string

## Response `200`

Success

- ListClassificationScopesResponse
  - `classificationScopes` ClassificationScopeSummary[] — An array that specifies the unique identifier and name of the classification scope for the account.
    - `id` string — The unique identifier for the classification scope.
    - `name` string — The name of the classification scope: automated-sensitive-data-discovery.
  - `nextToken` string — The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

## Other responses

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

---

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