Get information about a file or directory

GET/browsers/{id}/fs/file_info

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Browser session ID

Query Parameters

path*string

Absolute path of the file or directory.

Match^/.*

Response

application/json

File information

curl -X GET "https://example.com/browsers/string/fs/file_info?path=string"
{  "name": "string",  "path": "string",  "size_bytes": 0,  "is_dir": true,  "mod_time": "2019-08-24T14:15:22Z",  "mode": "string"}