# Get the inventories of file/folder ids Returns the inventories file and/or folder ids Endpoint: GET /inventories/search Version: v1 Security: bearerAuth ## Query parameters: - `projectId` (integer, required) ID of the Project Example: 1 - `fileIds` (string) Provide list of file ids - `folderIds` (string) Provide list of folder ids - `published` (boolean) If true, then only published inventory items are returned; if false, then only un-published inventory items are returned - `limit` (integer) Page Size. Number Of Records to fetch per page - `offset` (integer) Page Number. Index of the page to start with(starts from 1) ## Response 400 fields ## Response 401 fields ## Response 500 fields