{ "opencollection": "1.0.0", "info": { "name": "Honeycomb Auth Query Results API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Honeycomb-Team", "value": "{{X-Honeycomb-Team}}", "placement": "header" } }, "items": [ { "info": { "name": "Query Results", "type": "folder" }, "items": [ { "info": { "name": "Create a query result", "type": "http" }, "http": { "method": "POST", "url": "https://api.honeycomb.io/1/query_results/:datasetSlug", "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The slug identifier for the dataset." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an asynchronous query result by referencing a Query ID. After creation, poll the query result endpoint until the data is complete." }, { "info": { "name": "Get a query result", "type": "http" }, "http": { "method": "GET", "url": "https://api.honeycomb.io/1/query_results/:datasetSlug/:queryResultId", "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The slug identifier for the dataset." }, { "name": "queryResultId", "value": "", "type": "path", "description": "The unique identifier for the query result." } ] }, "docs": "Returns the status and data of an asynchronous query result. Poll this endpoint until the complete flag is true to get the final results." } ] } ], "bundled": true }