{ "opencollection": "1.0.0", "info": { "name": "Pixie Clusters Health API", "version": "0.1" }, "request": { "auth": { "type": "apikey", "key": "pixie-api-key", "value": "{{pixie-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "Pixie Health check", "type": "http" }, "http": { "method": "GET", "url": "https://work.withpixie.ai/api/health" }, "docs": "Returns the health status of the Pixie Cloud API service. Used for liveness and readiness monitoring." } ] } ], "bundled": true }