v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

Retrieves details about an Automated Reasoning policy or policy version. Returns information including the policy definition, metadata, and timestamps.

get/automated-reasoning-policies/{policyArn}

Path parameters

policyArnstring required

The Amazon Resource Name (ARN) of the Automated Reasoning policy to retrieve. Can be either the unversioned ARN for the draft policy or an ARN for a specific policy version.

Response

Success

policyArnstring required

The Amazon Resource Name (ARN) of the policy.

namestring password required

The name of the policy.

versionstring required

The version of the policy.

policyIdstring required

The unique identifier of the policy.

descriptionstring password

The description of the policy.

definitionHashstring required

The hash of the policy definition used as a concurrency token.

kmsKeyArnstring

The Amazon Resource Name (ARN) of the KMS key used to encrypt the automated reasoning policy and its associated artifacts. If a KMS key is not provided during the initial CreateAutomatedReasoningPolicyRequest, the kmsKeyArn won't be included in the GetAutomatedReasoningPolicyResponse.

createdAtstring date-time

The timestamp when the policy was created.

updatedAtstring date-time required

The timestamp when the policy was last updated.