---
title: "GET /automated-reasoning-policies"
method: GET
path: "/automated-reasoning-policies"
---

# GET /automated-reasoning-policies

`GET /automated-reasoning-policies`

Lists all Automated Reasoning policies in your account, with optional filtering by policy ARN. This helps you manage and discover existing policies.

## Query parameters

- `policyArn` string
- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListAutomatedReasoningPoliciesResponse
  - `automatedReasoningPolicySummaries` AutomatedReasoningPolicySummary[], required — A list of Automated Reasoning policy summaries.
    - `policyArn` string, required — The Amazon Resource Name (ARN) of the policy.
    - `name` string, password, required — The name of the policy.
    - `description` string, password — The description of the policy.
    - `version` string, required — The version of the policy.
    - `policyId` string, required — The unique identifier of the policy.
    - `createdAt` string, date-time, required — The timestamp when the policy was created.
    - `updatedAt` string, date-time, required — The timestamp when the policy was last updated.
  - `nextToken` string — The pagination token to use in a subsequent request to retrieve the next page of results.

## 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)
