files.list_uploaded_files
List files currently stored for the authenticated Vee3 account.
Returns file_name (including any folders), content_type, size_bytes, uploaded_at, and retained_until when known. Use file_name to reference a file in other capabilities.
Optional folder limits results to that folder path and its subfolders (for example media/clips).
retained_until is when the file will be removed (based on retention_days at upload).
Cost = 0 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | Optional folder path (for example media/clips). When set, only files under that folder (including nested subfolders) are returned. Do not use '..' or absolute paths. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Files currently stored for the authenticated account, newest first. |