List uploaded files
List files currently stored in the authenticated account's upload bucket prefix.
← All Meta tools endpoints · Capability overview
/v1/meta-tools/uploaded-fileshttps://api.vee3.io/v1/meta-tools/uploaded-files
List files currently stored in the authenticated account's upload bucket prefix.
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
meta-tools.list_uploaded_filesParameters0 fields
Response6 fields
filesarrayitems5 fieldsFiles currently stored for the authenticated account, newest first.
filesarrayitemsupload_idstringUpload session identifier when Vee3 can match this bucket object to a prior meta-tools.upload_file reservation.
file_namestringFile name stored in the user's upload bucket prefix.
content_typestringMIME type stored on the bucket object.
size_bytesintegerObject size in bytes.
uploaded_atstringISO 8601 timestamp when the object was created in storage.
HTTP errors: unauthorized, payment_required