Get files in a folderAsk AIget https://api.platform.briink.com/workspaces/{workspace_id}/folders/{folder_id}/contentsGet a list of file metadata for all files in a specified folderPath Paramsworkspace_iduuidrequiredfolder_iduuidrequiredQuery Paramsinclude_filesbooleannulltruefalseinclude_file_statusarraynullInclude File Status array of objectsexclude_file_statusarraynullExclude File Status array of stringsrecursivebooleannulltruefalsetag_idsarray of uuidsFilter by tag ids. Applies 'AND' filter logic: Returns entities that are mapped to all given tag_idsTag IdsADD uuidtag_group_idsarray of uuidsFilter by tag group ids. Applies 'AND' filter logic: Returns entities that are mapped to all given tag_group_idsTag Group IdsADD uuidtag_group_namesarray of stringsFilter by tag group names. Applies 'AND' filter logic: Returns entities that are mapped to all given tag_groupsTag Group NamesADD stringtag_group_tag_pairsarray of stringsFilter by tag_group:tag pairs (e.g. topic:climate). Applies 'AND' filter logic: Returns entities that are mapped to all given tag_group_tag_pairsTag Group Tag PairsADD stringResponses 200Successful Response 422Validation ErrorUpdated 6 months ago