Skip to main content
GET
List rulesets.

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Query Parameters

p
integer

Page number. Send -1 to return all results.

q
string

Case-insensitive substring filter on name.

active
boolean

Filter by active status. Omit to return rulesets regardless of active state.

is_template
boolean

Filter by template flag. When omitted, templates are excluded by default. Pass true to fetch templates only, or false to explicitly request non-templates.

categories
string

Filter rulesets that contain this category.

resource_type
enum<string>

Filter by resource type. One of oas-api or mcp-api.

Available options:
oas-api,
mcp-api
sort
string

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.

Response

Rulesets fetched.

rulesets
object[]
pages
integer