list_api_endpoints
Retrieve and filter API endpoints from OpenAPI specifications to identify available operations and their metadata for integration planning.
Instructions
List endpoints from the currently loaded OpenAPI document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backendId | Yes | Required backend id from list_backends. | |
| tag | No | Filter by tag name. | |
| method | No | Filter by HTTP method (get/post/put/patch/delete/head/options). | |
| pathContains | No | Substring filter on path. | |
| limit | No | Max rows to return. | |
| specUrl | No | Optional docs URL override for this call. |