get_endpoint_details
Retrieve comprehensive details about a specific API endpoint, including its path, method, and optional response data, to analyze and understand its functionality in OpenAPI schemas.
Instructions
Get detailed information about a specific endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api | Yes | API name or direct URL | |
include_responses | No | Whether to include responses in details. Use it, for example, to get full details for a specific endpoint or pass False to get a summary. | |
method | Yes | HTTP method | |
path | Yes | Endpoint path |