List uploaded files
List files currently uploaded for the authenticated Vee3 account.
← All Files endpoints · Capability overview
/v1/files/uploaded-fileshttps://api.vee3.io/v1/files/uploaded-files
List files currently uploaded for the authenticated Vee3 account.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
files.list_uploaded_filesParameters1 field
folderstringOptionalOptional folder path (for example media/clips). When set, only files under that folder (including nested subfolders) are returned. Do not use '..' or absolute paths.
max length 200
Response7 fields
filesarrayitems6 fieldsFiles currently stored for the authenticated account, newest first.
filesarrayitemsupload_idstringUpload session identifier when Vee3 can match this file to a prior files.upload_file reservation.
file_namestringStored file name, including folders when used (for example media/clips/launch-video.mp4).
content_typestringMIME type of the file.
size_bytesintegerFile size in bytes.
uploaded_atstringISO 8601 timestamp when the file was uploaded.
retained_untilstringISO 8601 timestamp when the file is scheduled to be removed. Present when Vee3 matched the file to a completed upload session.
HTTP errors: unauthorized, payment_required, validation_error