Get endpoint
get_endpointGet complete details of an API endpoint: parameters, request/response schemas, and authentication requirements.
Instructions
Full detail for one endpoint: parameters, request/response schemas, and required auth. Named schemas are shown by name — resolve them with get_schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Exact path as it appears in the spec, e.g. /pets/{id}. | |
| spec | No | URL or local path of the OpenAPI/Swagger spec. Defaults to the server's configured API_DOCS_URL. | |
| method | Yes | HTTP method, e.g. GET, POST. |