list-categories
Retrieve and filter categories using customizable criteria and pagination. Supports operators like eq, gt, and like to refine results, enabling precise data access and management.
Instructions
List all categories with filtering support
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | Filter criteria in the format 'fieldName(operator)=value'. Multiple filters can be combined with & (e.g., 'description(like)=dashboard&orgId(eq)=1'). Available operators: eq, ne, gt, lt, ge, le, like, nlike. Use get-filterable-attributes tool to see available fields. | |
page | No | Page number for pagination | |
pageSize | No | Number of items per page |