list_endpoints
Discover and filter API endpoints by methods, tags, authentication, or deprecation status. Explore large OpenAPI schemas efficiently without loading entire files, enabling quick analysis of API structure.
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 |