apidog_get
Retrieve complete details of a single API endpoint, including its operation object and referenced schemas, to inspect or verify endpoint configuration.
Instructions
Get full details of a single endpoint including operation object and referenced schemas
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Endpoint path, e.g. /api/v2/users/{id} | |
| method | Yes | HTTP method (case-insensitive, e.g. GET or get) | |
| module | Yes | Module name | |
| project | No | Project name. Required when multiple projects are configured, optional otherwise. |