List rulesets.
Return a paginated list of rulesets within the caller’s org. Supports filtering by q (case-insensitive name substring), active, is_template, categories, resource_type, and sorting via sort (prefix - for descending).
By default, templates (admin-seeded fixtures) are excluded from the response. Pass ?is_template=true to fetch templates only, or ?is_template=false to explicitly request non-templates (same as the default).
Authorizations
The Tyk Dashboard API Access Credentials
Query Parameters
Page number. Send -1 to return all results.
Case-insensitive substring filter on name.
Filter by active status. Omit to return rulesets regardless of active state.
Filter by template flag. When omitted, templates are excluded by default. Pass true to fetch templates only, or false to explicitly request non-templates.
Filter rulesets that contain this category.
Filter by resource type. One of oas-api or mcp-api.
oas-api, mcp-api Sort field; prefix - for descending. Sortable fields: name, date_created, last_updated. Default: -last_updated. Unknown fields fall back to the default rather than erroring.