GET
/
evault
/
v1
/
files
/
{id}

Authorizations

api-key
string
header
required

Path Parameters

id
string
required

A unique value identifying this file upload.

Response

200 - application/json
access
string | null
required
created_at
string
required
extension
string
required
file
string
required
file_share_id
string | null
required
file_size
integer
required
file_size_unit
string
required
hash
string | null
required

hash of the uploaded file

id
string
required
is_shared
boolean
required
mimetype
string | null
required
root
boolean
required

indicates if the file is on the root of the file heirachy.

tags_detail
object[]
required
updated_at
string
required
description
string | null
Maximum length: 500
folder
string | null
is_archived
boolean
is_deleted
boolean
is_starred
boolean
name
string | null

Name of the file upload

Maximum length: 255
tags
string[]