{ "opencollection": "1.0.0", "info": { "name": "Waxell Observe Cost Management Prompts API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Wax-Key", "value": "{{X-Wax-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Prompts", "type": "folder" }, "items": [ { "info": { "name": "Get Managed Prompt", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.waxell.dev/api/v1/observe/prompts/:name/", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the managed prompt" }, { "name": "label", "value": "", "type": "query", "description": "Label (e.g. `production`, `staging`) to resolve to a specific version" }, { "name": "version", "value": "", "type": "query", "description": "Explicit version number" } ] }, "docs": "Retrieve a managed prompt by name, optionally pinned to a version or label." } ] } ], "bundled": true }