get_example
Retrieve a real captured example response for an API endpoint path, with version-agnostic fallback to the endpoint's returns documentation if no example exists.
Instructions
Return a real captured example response body for an endpoint path.
Uses the bundled examples (with a version-agnostic slug fallback, so an example captured at /api/v2/x also answers for /api/v3/x). If no example was captured for the path, points you to the card's returns: line instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |