v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141531,219979.8 KB

Retrieves detailed information about a specific policy engine within the AgentCore Policy system. This operation returns the complete policy engine configuration, metadata, and current status, allowing administrators to review and manage policy engine settings.

get/policy-engines/{policyEngineId}

Path parameters

policyEngineIdstring required

The unique identifier of the policy engine to be retrieved. This must be a valid policy engine ID that exists within the account.

Response

Success

policyEngineIdstring required

The unique identifier of the retrieved policy engine. This matches the policy engine ID provided in the request and serves as the system identifier.

namestring required

The customer-assigned name of the policy engine. This is the human-readable identifier that was specified when the policy engine was created.

createdAtstring date-time required

The timestamp when the policy engine was originally created.

updatedAtstring date-time required

The timestamp when the policy engine was last modified. This tracks the most recent changes to the policy engine configuration.

policyEngineArnstring required

The Amazon Resource Name (ARN) of the policy engine. This globally unique identifier can be used for cross-service references and IAM policy statements.

status'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'CREATE_FAILED' | 'UPDATE_FAILED' | 'DELETE_FAILED' required

The current status of the policy engine.

encryptionKeyArnstring

The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.

descriptionstring password

The human-readable description of the policy engine's purpose and scope. This helps administrators understand the policy engine's role in governance.

statusReasonsString[] required

Additional information about the policy engine status. This provides details about any failures or the current state of the policy engine.