{ "opencollection": "1.0.0", "info": { "name": "Honeycomb Auth Reporting API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Honeycomb-Team", "value": "{{X-Honeycomb-Team}}", "placement": "header" } }, "items": [ { "info": { "name": "Reporting", "type": "folder" }, "items": [ { "info": { "name": "Get SLO report", "type": "http" }, "http": { "method": "GET", "url": "https://api.honeycomb.io/1/slo_report/:datasetSlug/:sloId", "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The slug identifier for the dataset. Dataset names are case insensitive." }, { "name": "sloId", "value": "", "type": "path", "description": "The unique identifier for the SLO." } ] }, "docs": "Returns historical SLO performance reporting data for the specified SLO." } ] } ], "bundled": true }