get_code_analysis_results
Retrieve code analysis results to review detected code smells and issues. Filter by job, commit, or project for targeted inspection.
Instructions
CodeVi backend에 저장된 code-analysis 결과 목록을 최신순으로 조회한다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 최대 반환 건수 | |
| jobName | No | Jenkins job name 필터 | |
| commitHash | No | commit hash 필터 | |
| teamProjectId | No | CodeVi team project ID 필터 |