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

# GET /enforcedGuardrailsConfiguration

`GET /enforcedGuardrailsConfiguration`

Lists the account-level enforced guardrail configurations.

## Query parameters

- `nextToken` string

## Response `200`

Success

- ListEnforcedGuardrailsConfigurationResponse
  - `guardrailsConfig` AccountEnforcedGuardrailOutputConfiguration[], required — Array of AccountEnforcedGuardrailOutputConfiguration objects.
    - `configId` string — Unique ID for the account enforced configuration.
    - `guardrailArn` string — ARN representation for the guardrail.
    - `guardrailId` string — Unique ID for the guardrail.
    - `inputTags` 'HONOR' | 'IGNORE' — Whether to honor or ignore input tags at runtime.This field is being deprecated and will be removed once customers transition their existing policies to the new schema.
    - `selectiveContentGuarding` object — Selective content guarding controls for enforced guardrails.
      - `system` 'SELECTIVE' | 'COMPREHENSIVE' — Selective guarding mode for system prompts."
      - `messages` 'SELECTIVE' | 'COMPREHENSIVE' — Selective guarding mode for user messages.
    - `guardrailVersion` string — Numerical guardrail version.
    - `createdAt` string, date-time — Timestamp.
    - `createdBy` string — The ARN of the role used to update the configuration.
    - `updatedAt` string, date-time — Timestamp.
    - `updatedBy` string — The ARN of the role used to update the configuration.
    - `owner` 'ACCOUNT' — Configuration owner type.
    - `modelEnforcement` object — Model-specific information for the enforced guardrail configuration.
      - `includedModels` IncludedModelId[], required — Models to enforce the guardrail on.
      - `excludedModels` ExcludedModelId[], required — Models to exclude from enforcement of the guardrail.
  - `nextToken` string — Opaque continuation token of previous paginated response.

## Other responses

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

---

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