Filesystem
Compozy Filesystem HTTP endpoints.
GET
/api/fs/browseQuery Parameters
path?string
Absolute directory path to list (defaults to the operator home)
dirs_only?boolean
Return only directory entries
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/fs/browse"{ "entries": [ { "is_dir": true, "name": "string", "path": "string" } ], "home": "string", "parent": "string", "path": "string"}