get_endpoint
Get a complete API contract for a Pancake REST endpoint as markdown: base URLs, auth, parameters, request/response schemas, and examples. Use an endpoint ID from search_docs or list_endpoints.
Instructions
Get the full contract of a single Pancake REST API endpoint as markdown.
Includes the base URL(s), authentication, all parameters, the request body schema, and the response schema — with $ref schemas expanded into a readable field list — plus any examples. Pass an id from search_docs or list_endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Endpoint id as returned by search_docs / list_endpoints, e.g. "GET /pages/{page_id}/conversations". The path alone also works. |