Policy Engine
List policies
Lists the policies belonging to the developer’s CDP Project. Use the scope
parameter to filter the policies by scope.
The response is paginated, and by default, returns 20 policies per page.
GET
Query Parameters
The number of policies to return per page.
The token for the next page of policies, if any.
The scope of the policies to return. If project
, the response will include exactly one policy, which is the project-level policy. If account
, the response will include all account-level policies for the developer's CDP Project.
Available options:
project
, account
Response
200
application/json
Successfully listed policies.
The response is of type object
.