Retrieves information about a policy generation request within the AgentCore Policy system. Policy generation converts natural language descriptions into Cedar policy statements using AI-powered translation, enabling non-technical users to create policies.
get/policy-engines/{policyEngineId}/policy-generations/{policyGenerationId}
Path parameters
policyGenerationIdstring required
The unique identifier of the policy generation request to be retrieved. This must be a valid generation ID from a previous <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_StartPolicyGeneration.html">StartPolicyGeneration</a> call.
policyEngineIdstring required
The identifier of the policy engine associated with the policy generation request. This provides the context for the generation operation and schema validation.
Response
Success