> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tracectrl.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Recent Violations

> Convenience endpoint for the most recent violations

Returns the most recent violations. Equivalent to [`GET /violations`](/api-reference/violations) with no filter and a default `limit` of 20.

### Query Parameters

<ParamField query="limit" type="integer" default="20">Maximum rows to return.</ParamField>

### Response

Array of `Violation` objects — see [List Violations](/api-reference/violations) for field documentation.
