list_files
Retrieve files and folders from an Achi drive by specifying a folder, team, or root. Supports pagination and includes trashed items when requested.
Instructions
List files and folders. Omit parentFolderId for the root. Pass teamId to list inside a team. Supports cursor-based pagination via the returned nextCursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | Pagination cursor from a previous response. | |
| teamId | No | Team ID to list inside that team's drive. | |
| trashed | No | If true, lists trashed items (parent filter ignored). | |
| parentFolderId | No | Folder ID to list inside. Omit for root. |