cURL
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.
The ID of the file to retrieve
File retrieved successfully.
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