list_smell_analyses
List code smell analysis entries stored in CodeVi, applying filters like status, analyzer, language, commit hash, or build number to find specific runs.
Instructions
CodeVi backend에 저장된 smell analysis 목록을 조회한다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| status | No | ||
| analyzer | No | "advanced_pyexamine" 등 | |
| language | No | "python" 등 | |
| commitHash | No | ||
| buildNumber | No | ||
| teamProjectId | Yes | CodeVi team project ID |