Skip to main content

The file object

Attributes

id
string
Unique identifier for the file.
location_type
enum
Type of the location. One of folder, conversation_message, task_comment.
location
string
expandable
ID of the location.
approver
string
expandable
ID of the approver.
uploader
string
expandable
ID of the uploader.
name
string
Name of the file.
size
integer
Size of the file.
mime_type
string
The mime type of the file.
extension
string
The file's extension.
url
string
URL of the file.
thumbnail
nullable string
Thumbnail URL of the file.
approved_at
string
Time at which the file was approver.
created_at
string
Time at which the file was created.
updated_at
string
Time at which the file was last updated.
The file object
{
"id": "fi_081dcab571f6c37d709078ce",
"location_type": "folder",
"location": "fo_19b9108c92d98f81224ece44",
"approver": null,
"uploader": "u_c01bb6102b6ddadd4b1f020e",
"name": "Screenshot.png",
"size": 348208,
"mime_type": "image/png",
"extension": "png",
"url": "https://k.assets-edge.com/u/ws_046457c4dcfcc7986383e7f4/685132c3e2464-screenshot.png",
"thumbnail": "https://k.assets-edge.com/previews/ws_046457c4dcfcc7986383e7f4/685132c614920-screenshot-476.png",
"approved_at": null,
"created_at": "2025-06-17T09:17:56+00:00",
"updated_at": "2025-06-17T09:17:56+00:00"
}