Tasks
Get File Details
Retrieves file metadata from the Stubber file system. Useful for validating uploads, displaying attachments, and preparing file-processing tasks.
Basic usage
Parameters
fileuuid optional string
The UUID of the file to get details about.
fileuuids optional array
An array of UUIDs of the files to retrieve details about.
Result
Properties
fileuuid
integer
The UUID of the file.
encoding
string
The encoding of the file.
filename
string
The name of the file.
upload_date
date
The upload date and time of the file in the ISO 8601 format: YYYY-MM-DDTHH:mm:ss.sssZ. For example: 2025-05-08T13:06:23.307Z.
size
integer
The size of the file.