Skip to main content
GET
/
api
/
v1
/
violations
/
recent
Recent Violations
curl --request GET \
  --url http://localhost:8000/api/v1/violations/recent

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.

Returns the most recent violations. Equivalent to GET /violations with no filter and a default limit of 20.

Query Parameters

limit
integer
default:"20"
Maximum rows to return.

Response

Array of Violation objects — see List Violations for field documentation.