List Interfaces by Category
yapi_list_by_categoryRetrieve and paginate through API interfaces under a specific category by providing the category ID. Supports configurable page number and items per page.
Instructions
List interfaces belonging to a specific category with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cat_id | Yes | The category ID (obtained from yapi_get_cat_menu) | |
| page | No | Page number (default: 1) | |
| limit | No | Items per page, max 100 (default: 20) |