cURL
curl --request GET \ --url https://api.manus.ai/v1/files \ --header 'API_KEY: <api-key>'
{ "object": "<string>", "data": [ { "id": "<string>", "object": "<string>", "filename": "<string>", "status": "pending", "created_at": "2023-11-07T05:31:56Z" } ] }
Retrieves a list of the 10 most recently uploaded files.
Files retrieved successfully.
Always "list"
Array of file objects (max 10)
Show child attributes
Unique identifier for the file
Always "file"
Name of the file
Current status of the file
pending
uploaded
deleted
ISO 8601 timestamp when the file was created