audit
Fetch paginated results from a completed code audit by result ID. Access violations from a prior audit without starting a new one.
Instructions
Fetch paginated results for a completed audit by resultId (or auditId alias). This tool never starts a new audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of violations to return per page (default: 50, max: 100) | |
| offset | No | Violation offset for pagination (default: 0). | |
| auditId | No | Backward-compatible alias for resultId. | |
| resultId | No | Result ID returned by audit_status when the background audit job completes. |