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