# Agent:Files

**Page:** api/agent-files

[Download Raw Markdown](./api/agent-files.md)

---

## API Endpoints Summary

- **GET** `/api/v1/workspaces/{workspaceID}/files/find` — Find text
- **GET** `/api/v1/workspaces/{workspaceID}/files/find/file` — Find files
- **GET** `/api/v1/workspaces/{workspaceID}/files/find/symbol` — Find symbols
- **GET** `/api/v1/workspaces/{workspaceID}/files/file` — List files
- **GET** `/api/v1/workspaces/{workspaceID}/files/file/content` — Read file
- **GET** `/api/v1/workspaces/{workspaceID}/files/file/status` — Get file status

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```