Get endpoint detail
get_endpointRetrieve full endpoint details including summary, description, auth, parameters, request body, and response schemas with examples. Identify by operationId or HTTP method and path.
Instructions
Returns full detail for ONE endpoint: summary, description, auth requirement, parameters, request body schema, and response schemas with examples. Identify the endpoint either by operationId (preferred) or by both method and path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operationId | No | e.g. 'createOrder'. Preferred identifier. | |
| method | No | HTTP method, e.g. 'GET' or 'POST'. Use together with `path`. | |
| path | No | Exact path, e.g. '/api/v1/orders'. Use together with `method`. |