get_files
List all files indexed for a project to view the codebase files available for semantic search and retrieval.
Instructions
List all files that have been indexed for a project.
Args:
project: Project name to list files for (required). Use
list_indexed_projects() to discover available project names.
Returns:
List of file metadata dicts, or an error dict when project is omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No |