Get folder by id or pathAsk AIget https://developers.bloomreach.io/delivery/site/v2/folders/{id}Returns a folder for which its UUID matches the provided id or for which the path matches the provided pathPath Paramsidstringrequireda UUID or a pathInfoQuery Paramsoffsetinteger≥ 0Defaults to 0The number of direct child items (Document / Asset / Image) of the requested folder to skip before starting to collect the 'items' array field.limitinteger1 to 100Defaults to 10The number of direct child items (Document / Asset / Image) of the requested folder to return in the 'items' array field.sortbooleanDefaults to falseWhether the returned items and descendant folders will be sorted according their path (the last element in the 'path' field)truefalsemax_depthinteger0 to 3Defaults to 1Till which depth descendant folders should be returned in the response. Note that the field 'items' will be only included in the folder for the request pathInfo and never for deeper nested foldersResponses 200A folder for the provided id 404No image found for the provided id or pathUpdated 10 days ago