Get VULK Project Files (Legacy)
filesRetrieve project file manifest or content with size limits and redaction. Specify project ID and optional paths to filter results.
Instructions
Legacy alias for get_project_files. Content is omitted by default for safety.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | VULK project ID. | |
| paths | No | Optional exact project-relative file paths to return. | |
| includeContent | No | When false, returns only the file manifest. When true, returns content with redaction and size limits. | |
| maxBytes | No | Maximum total file-content bytes returned when includeContent is true. |