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