List YAPI Interfaces
yapi_list_interfacesList paginated API interfaces from a YAPI project, returning ID, title, path, method, and status for each interface.
Instructions
List interfaces in a project with pagination. Returns basic info (ID, title, path, method, status) for each interface.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The YAPI project ID | |
| page | No | Page number (default: 1) | |
| limit | No | Items per page, max 100 (default: 20) |