> ## Documentation Index
> Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Dropbox list folder

> List files and subfolders inside a Dropbox path. Pass empty string for the Dropbox root.

`dropbox_list_folder`

List files and subfolders inside a Dropbox path. Pass empty string for the Dropbox root.

## Parameters

<ParamField path="path" type="string">
  Dropbox path, e.g. '/Documents' or '' for root.
</ParamField>

<ParamField path="recursive" type="boolean">
  If true, walk into subfolders. Default false.
</ParamField>

<ParamField path="limit" type="integer" default={200}>
  Minimum: 1. Maximum: 2000.
</ParamField>
