Get VULK Project Files
get_project_filesRetrieve a project's file manifest. Optionally include file content with redaction and size limits.
Instructions
Return a project's file manifest. File content is omitted by default and, when requested, is redacted and size-limited.
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. |