Skip to main content
GET
/
v1
/
files
/
{file_id}
RetrieveFile
curl --request GET \
  --url https://api.manus.ai/v1/files/{file_id} \
  --header 'API_KEY: <api-key>'
{
  "id": "<string>",
  "object": "<string>",
  "filename": "<string>",
  "status": "pending",
  "created_at": "2023-11-07T05:31:56Z"
}
Retrieves details of a specific file by ID, including its status and metadata.

Authorizations

API_KEY
string
header
required

Path Parameters

file_id
string
required

The ID of the file to retrieve

Response

File retrieved successfully.

id
string

Unique identifier for the file

object
string

Always "file"

filename
string

Name of the file

status
enum<string>

Current status of the file

Available options:
pending,
uploaded,
deleted
created_at
string<date-time>

ISO 8601 timestamp when the file was created