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

# List Files

> List files and folders in a Dropbox folder

List files and folders in a Dropbox folder. Returns also a temp public download URL (valid \~4 hours) for up to 25 files that can be used for example to upload creatives to ads platforms; use get\_files for links beyond that.

|                      |                      |
| -------------------- | -------------------- |
| **App**              | Dropbox              |
| **Operation ID**     | `dropbox_list_files` |
| **Type**             | Action               |
| **Connection**       | `dropbox` (required) |
| **Credits per run**  | 1                    |
| **Agent / MCP tool** | Yes                  |

## Inputs

| Field         | Type   | Required | Default | Description                                                                                     |
| ------------- | ------ | -------- | ------- | ----------------------------------------------------------------------------------------------- |
| `folder_path` | string | No       | -       | Folder path from the Dropbox root, e.g. 'Creative Ads/Q4'. Leave empty to list the root folder. |

## Output

**Type**: `List[Dict]`

Returns the files and folders in the selected location.

**Fields**: `file_id`, `file_name`, `file_path`, `is_folder`, `size`, `modified_at`, `download_url`
