apidog_get_endpoint
Retrieve full endpoint details by method and path, including parameters, request body, responses, examples, and referenced schemas. Use this before updating an endpoint to understand its existing format.
Instructions
Get full details of a specific endpoint by method and path. Returns the complete operation object including parameters, request body, responses, examples, and all Apidog extensions. Also returns any referenced component schemas for context. ALWAYS use this before updating an endpoint to understand the existing format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Endpoint path, e.g. /api/v1/users/{id} | |
| method | Yes |