English
cURL
curl --request GET \ --url https://{base_url}/v1/app/integration/filesystem/files
[ { "id": "<string>", "parentId": "<string>", "name": "<string>", "path": "<string>", "url": "<string>", "isFile": true, "isDirectory": true, "isHidden": true, "lastModified": 123, "parent": "<string>" } ]
Retrieve a list of files from the root directory of the filesystem integration.
The ID of the integration to retrieve files from
Returns a list of files from the root directory.