List API Endpoints
swagger_list_pathsList API endpoints from Swagger/OpenAPI specs with method, path, summary, and tags. Filter by tag, HTTP method, or keyword, and paginate large APIs for efficient browsing.
Instructions
List all API endpoints with method, path, summary, and tags. Supports filtering by tag, HTTP method, and keyword search. Use pagination (limit/offset) for large APIs. Each entry includes a cacheFile path for detailed info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag name | |
| limit | No | Maximum results to return (default 50) | |
| method | No | Filter by HTTP method (GET, POST, PUT, DELETE, etc.) | |
| offset | No | Number of results to skip for pagination | |
| keyword | No | Filter by keyword in path, summary, or operationId |