# Get Project Policies Returns all of the policies of a given project Endpoint: GET /api/v2.0/projects/{projectToken}/policies Version: 3.0.1 Security: bearer-key ## Query parameters: - `search` (any) Filter your search to return items whose property has a specific value. Use the syntax: where a colon (:) separates between property, operation and value. + Property: the name of the property of the item + Operation: + - true if the value is identical to this value. + Value: the value of the property. This endpoint supports filtering on the following properties and its supported operators: + aggregatePolicies:[equals]:value. Value can be either or ## Path parameters: - `projectToken` (string, required) project UUID (by running Entities - Product > Get Product Projects) or Project Token (from the Mend SCA App: tab > ). ## Response 200 fields (application/json): - `supportToken` (string) Example: "1171c60d" - `retVal` (array) - `retVal.uuid` (string) Example: "123e4567-e89b-12d3-a456-426655440000" - `retVal.name` (string) Example: "A Policy" - `retVal.owner` (object) - `retVal.owner.email` (string) Example: "jon.smith@mail.com" - `retVal.owner.userType` (string) Enum: "REGULAR", "SERVICE", "SCAN_SUMMARY_RECEIVER" - `retVal.owner.accountStatus` (string) Enum: "ACTIVE", "INACTIVE", "LOCKOUT" - `retVal.createdAt` (string) - `retVal.priority` (integer) 1 is the lowest priority Example: 1 - `retVal.filter` (object) - `retVal.filter.type` (string) - `retVal.action` (any) - `retVal.context` (object) - `retVal.context.contextType` (string) Enum: "ORGS", "PRODUCTS", "PROJECTS" - `retVal.enabled` (boolean) - `retVal.modifiedAt` (string) - `retVal.modifiedBy` (string) Example: "jon.smith@mail.com" - `retVal.aggregatedPriority` (integer) ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d"