get_endpoints
Retrieve a paginated list of API endpoints by providing an API identifier. Optionally filter by tag and set page size.
Instructions
Get a paginated list of endpoints for a specific API with minimal information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_id | Yes | API identifier (e.g., "googleapis.com:admin", "github.com") | |
| page | No | Page number (default: 1) | |
| limit | No | Number of endpoints per page (default: 30, max: 100) | |
| tag | No | Optional tag filter to show only endpoints with specific tag |