get_api_endpoint_detail
Retrieve complete API endpoint details with request and response schemas by providing spec ID, path, and HTTP method.
Instructions
Get full endpoint details including request/response schemas
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Endpoint path | |
| method | Yes | HTTP method (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS) | |
| spec_id | Yes | API spec identifier |