list_endpoints
Retrieve and filter API endpoints by methods, tags, deprecation, or authentication status using OpenAPI specs. Ideal for exploring and analyzing large API schemas efficiently.
Instructions
List all endpoints in an API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api | Yes | API name or direct URL | |
deprecated | No | Filter by deprecation status | |
has_authentication | No | Filter by authentication requirement | |
methods | No | Filter by HTTP methods (e.g., ['GET', 'POST']) | |
page | No | Page number (1-based) | |
page_size | No | Items per page (max 100) | |
tags_exclude | No | Exclude endpoints with these tags | |
tags_include | No | Include endpoints with these tags |