list_files
View the contents of your website's storage by listing files and folders. Use a path like '/' for root to explore uploaded files.
Instructions
List files and folders in a website's storage. Use path '/' for root directory. Example: 'Show files in my website'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory path. Use '/' for root. Example: '/images' | / |
| site_id | Yes | The website ID (UUID). Get from list_websites. |