{ "opencollection": "1.0.0", "info": { "name": "Honeycomb Auth Queries API", "version": "1.0.0" }, "items": [ { "info": { "name": "Queries", "type": "folder" }, "items": [ { "info": { "name": "Create a Query", "type": "http" }, "http": { "method": "POST", "url": "https://api.honeycomb.io/1/queries/:datasetSlug", "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The dataset slug or use `__all__` for endpoints that support environment-wide operations.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a query from a specification. DOES NOT run the query to retrieve results.\n" }, { "info": { "name": "Get a Query", "type": "http" }, "http": { "method": "GET", "url": "https://api.honeycomb.io/1/queries/:datasetSlug/:queryId", "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The dataset slug or use `__all__` for endpoints that support environment-wide operations.\n" }, { "name": "queryId", "value": "", "type": "path", "description": "The unique identifier (ID) of a query." } ] }, "docs": "Retrieve a query by its ID.\n" } ] } ], "bundled": true }