Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Retrieves a list of the 10 most recently uploaded files.
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>", "created_at": "2023-11-07T05:31:56Z" } ] }
Files retrieved successfully.
Always "list"
Array of file objects (max 10)
Hide 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
Was this page helpful?