---
title: "GET /classification-scopes/{id}"
method: GET
path: "/classification-scopes/{id}"
---

# GET /classification-scopes/{id}

`GET /classification-scopes/{id}`

Retrieves the classification scope settings for an account.

## Path parameters

- `id` string, required

## Response `200`

Success

- GetClassificationScopeResponse
  - `id` string — The unique identifier for the classification scope.
  - `name` string — The name of the classification scope: automated-sensitive-data-discovery.
  - `s3` object — The S3 buckets that are excluded from automated sensitive data discovery.
    - `excludes` object, required — The S3 buckets that are excluded.
      - `bucketNames` S3BucketName[], required — An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an excluded bucket.

## Other responses

- `480` — ResourceNotFoundException
- `481` — ThrottlingException
- `482` — ValidationException
- `483` — InternalServerException
- `484` — 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)
