---
title: "File data model"
url: "https://docs.unified.to/storage/file/model"
description: "API reference for File data model. Launch multiple pre-built File integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-24T17:12:29.003Z"
---
# File data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/storage/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**name**string 

**description**string 

**parent\_id**string 

**user\_id**string 

(reference to HrisEmployee)

**size**number 

**type** enum

Valid values:

 "FILE" 

 "FOLDER" 

**mime\_type**string 

**permissions** array 

**download\_url**string 

This link expires after 1 hour. When you need to retrieve the contents of a file, call the "Retrieve a file" endpoint again to get a new download\_url.

**hash**string 

**data**string 

base64 encoded file contents used to create/update only

**version**string 

**web\_url**string 

**references** array 

**raw**any
