# Returns a list of directories Returns a list of directories matching the path given by the optional parameter current. The path can use patterns as described in Go’s filepath package. A ‘’ will always be appended to the given path (e.g. /tmp/ matches all its subdirectories). If the option current* is not given, filesystem root paths are returned. Admin Endpoint: GET /syncthing/system/browse Version: 6.6.1 Security: ZelID ## Query parameters: - `current` (string) Path name. Example: "/var/" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array)