list_files
List your files in Teralynk with search, pagination, and provider filtering to get file IDs needed for scanning, download, or sharing.
Instructions
List the authenticated user's files in Teralynk. Supports search, pagination, and filtering by storage provider. Returns file IDs needed for scan_file_for_pii, get_file, delete_files, protect_files, and share_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 50) | |
| offset | No | Pagination offset | |
| search | No | Filename substring filter | |
| starred | No | If true, return only starred files | |
| provider | No | Filter by storage provider (e.g. "s3", "google-drive", "dropbox") |