GET
/
api
/
filesystem
/
info
/
{path}

Path Parameters

path
string
required

Response

200 - application/json
is_hidden
boolean
required

Whether the file/directory is hidden

modified_time
string
required

Last modification time

name
string
required

File or directory name

path
string
required

Full path to the file or directory

size
integer
required

Size in bytes

type
string
required

Type of entry: 'file' or 'directory'

extension
string | null

File extension if applicable