v1

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

Retrieves a list of policies within the AgentCore Policy engine. This operation supports pagination and filtering to help administrators manage and discover policies across policy engines. Results can be filtered by policy engine or resource associations.

get/policy-engines/{policyEngineId}/policies

Path parameters

policyEngineIdstring required

The identifier of the policy engine whose policies to retrieve.

Query parameters

nextTokenstring

A pagination token returned from a previous <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicies.html">ListPolicies</a> call. Use this token to retrieve the next page of results when the response is paginated.

maxResultsinteger

The maximum number of policies to return in a single response. If not specified, the default is 10 policies per page, with a maximum of 100 per page.

targetResourceScopestring

Optional filter to list policies that apply to a specific resource scope or resource type. This helps narrow down policy results to those relevant for particular Amazon Web Services resources, agent tools, or operational contexts within the policy engine ecosystem.

Response

Success

nextTokenstring

A pagination token that can be used in subsequent ListPolicies calls to retrieve additional results. This token is only present when there are more results available.