How Non-Admin Users Can Use AQL Queries to Get Build Info

How Non-Admin Users Can Use AQL Queries to Get Build Info

AuthorFullName__c
JFrog Support
articleNumber
000003986
ft:sourceType
Salesforce
FirstPublishedDate
2018-05-10T15:04:53Z
lastModifiedDate
2021-01-11
VersionNumber
6

Users without admin privileges can only use an item as the primary domain of a query. And, as demonstrated by the following diagram, they can only use an items query to obtain build information:

User-added image 

The following query:

items.find({"artifact.module.build.name": "<BuildName>"})  

Is equivalent to traversing the graph in the image above: Item > Artifact > Module > Build

To retrieve all items belonging to a particular build name.

More information is available HERE.