Skip to main content
GET
Get File
Retrieve metadata for a specific file by its ID.

Path Parameters

string
required
The file ID. Example: f_abc123xyz

Response

string
required
Unique file identifier.
string
Public URL (null for private files).
string
required
Original filename.
string
Folder path, or null if at root.
integer
required
File size in bytes.
string
required
MIME type.
boolean
required
Whether file requires signed URL.
string
Auto-delete timestamp, or null.
string
required
Upload timestamp.

Example

Response

Errors