List Files (Dalux Box)
dalux_list_filesList files and their metadata within a Dalux project file area, supporting incremental pagination. Retrieve file names, revision IDs, properties, folder, and deletion status without downloading content.
Instructions
List files within a file area (or fetch one file’s metadata with fileId): name, revision ids, properties, folder, deleted status. Metadata only — use dalux_download_file for content. Incremental list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | No | ||
| maxPages | No | How many pages to fetch in one call (default 5, max 25). | |
| pageLink | No | Opaque nextPage link from a previous call — continues that list instead of starting over. | |
| projectId | Yes | Project id from dalux_list_projects. | |
| fileAreaId | Yes |