Skip to main content
GET
/
v1
/
files
ListFiles
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"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://open.manus.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

API v1 is deprecated and will be removed in the future. Please migrate to API v2 for new features and long-term support.
Retrieves a list of the 10 most recently uploaded files.

Authorizations

API_KEY
string
header
required

Response

200 - application/json

Files retrieved successfully.

object
string

Always "list"

data
object[]

Array of file objects (max 10)