Get cataloged operation
get_operationRetrieve a single API operation by exact method and path from a cataloged spec. Use to inspect operation details without invoking the API.
Instructions
Return one operation from a cataloged API. Method and path must match the published spec exactly. This describes the operation; it does not invoke it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Exact OpenAPI path template, for example /orders/{orderId} | |
| apiId | Yes | ||
| method | Yes |