audit_results
Retrieve paginated code violations from a completed audit using the result ID.
Instructions
Fetch paginated violations for a completed audit result by resultId.
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). | |
| resultId | Yes | Result ID returned by audit_status when status is completed. |