document_get_operation
Retrieve full details of an API operation by providing its path and HTTP method.
Instructions
Get full details of a specific operation by path and HTTP method
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The API path (e.g. /pets/{petId}) | |
| method | No | HTTP method (get, post, put, etc.); if omitted, returns all operations on the path | |
| session | Yes | Session name |