infomaniak_list_drive_files
List files and subfolders from an Infomaniak kDrive root or specific folder, using pagination for large listings.
Instructions
List files and subfolders of a kDrive root or a specific folder. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| drive_id | Yes | ||
| per_page | No | ||
| parent_id | No | Folder id to list inside. Omit to list the drive's root. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| count | Yes | ||
| files | Yes | ||
| drive_id | Yes | ||
| per_page | Yes |