List lint violations for an API.
Governance
List lint violations for an API.
Returns paginated lint violations produced by the async governance evaluator for the given API within the caller’s org. Results are sorted by severity (error → warn → info → hint), then by ruleset_id. Use ?p=<page> to paginate; send -1 to return all results. Optional filters: ruleset_id (exact match) and severity (one of error, warn, info, hint).
GET
List lint violations for an API.
Authorizations
The Tyk Dashboard API Access Credentials
Path Parameters
The API ID to fetch violations for.
Query Parameters
Page number. Send -1 to return all results. Defaults to 1.
Filter violations to a specific ruleset.
Filter violations by severity level.
Available options:
error, warn, info, hint