GET
/
filesystem
/
{path}
{
  "files": [
    {
      "group": "<string>",
      "lastModified": "<string>",
      "owner": "<string>",
      "path": "<string>",
      "permissions": "<string>",
      "size": 123
    }
  ],
  "path": "<string>",
  "subdirectories": [
    {
      "path": "<string>"
    }
  ]
}

Path Parameters

path
string
required

File or directory path

Response

200
application/json
Directory listing

The response is of type object.