1. Tasks
  2. Get File Details

Tasks

Get File Details

The Get File Details task retrieves file information for a file from the Stubber file system.

Basic usage

loading...

Parameters

fileuuid
optional
string

The UUID of the file to be get details about.


fileuuids
optional
array

An array of UUIDs of the files to get the details about.


Result

loading...

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


Examples

Request with mutiple fileuuids

loading...