List the contents of a directory on the instance.
curl -X GET "https://api.chowder.dev/v1/instances/ins_abc123/files?path=skills" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "path": "skills", "entries": [ { "name": "web-search", "path": "skills/web-search", "is_dir": true, "size": 0, "mod_time": "2026-01-15T10:30:00Z", "permissions": "drwxr-xr-x" }, { "name": "openclaw.json", "path": "skills/openclaw.json", "is_dir": false, "size": 1024, "mod_time": "2026-01-15T09:00:00Z", "permissions": "-rw-r--r--" } ] }
.
Show Entry object
0
"-rw-r--r--"