List uploaded files

List files currently uploaded for the authenticated Vee3 account.

← All Files endpoints · Capability overview

GET/v1/files/uploaded-files

https://api.vee3.io/v1/files/uploaded-files

0 tokens

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_files
Parameters1 field
folderstringOptional

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.

max length 200

Response7 fields
filesarrayitems
6 fields

Files currently stored for the authenticated account, newest first.

upload_idstring

Upload session identifier when Vee3 can match this file to a prior files.upload_file reservation.

file_namestring

Stored file name, including folders when used (for example media/clips/launch-video.mp4).

content_typestring

MIME type of the file.

size_bytesinteger

File size in bytes.

uploaded_atstring

ISO 8601 timestamp when the file was uploaded.

retained_untilstring

ISO 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