Honeycomb Query Data API
This feature is available as part of the [Honeycomb Enterprise plan](https://www.honeycomb.io/pricing/).Query Results are the aggregated data from a Query, similar to what is displayed in graphs or heatmaps within the Honeycomb UI. Receiving results from a Query is a three-step process:Create the Query (or Query Spec), which validates that the query parameters are valid. Creating a query does not actually run the query to get results.Run the query asynchronously by creating a Query Result referencing the Query’s ID. This returns a Query Result ID.Poll the query result endpoint (with the Query Result ID) until the data is ready.Note that many Query Results can be created from a single Query. This is particularly useful when using a relative time_range parameter in the Query.For example, a Query with `time_range: 7200` and no explicit `start_time` or `end_time` can be re-run over and over, with each resulting Query Result containing the most recent 2 hours of data.This is conceptually similar to clicking Run Query in the Honeycomb UI without changing any query parameters.**IMPORTANT API RESTRICTIONS:**To ensure the stability of Honeycomb systems, we have enabled the following API restrictions. These restrictions may change over time.* Query Results can only be created for events with timestamps within the past 7 days.* When creating a Query Result, the time ranges from the Query are truncated according to the following rules. For queries with a time range of: * less than or equal to 6 hours, results are truncated to the nearest 1 minute. For example, astart/end time of 2021-04-22T05:28:12Z will be truncated to 2021-04-22T05:28:00Z. * greater than 6 hours and less than or equal to 2 days, results are truncated to the nearest5 minutes. For example, a start/end time of 2021-04-22T05:28:12Z will be truncated to 2021-04-22T05:25:00Z. * greater than 2 days and less than or equal to 7 days, results are truncated to the nearest 30minutes. For example, a start/end time of 2021-04-22T05:28:12Z will be truncated to 2021-04-22T05:00:00Z.* Creating a Query Result is rate limited to 10 requests per minute. Status code 429 will be returned when rate limited.* Query Results cannot take longer than 10 seconds to run.* Creating a Query Result that contains Relational Fields is rate limited to 1 request per minute. Status code 429 will be returned when rate limited. * Query Results with Relational Fields may be more likely to take longer to run.* Regardless of whether the `compare_time_offset_seconds` field is populated on a query, query run responses will not include comparison results.## AuthorizationThe API key must have the **Manage Queries and Columns** and **Run Queries** permission. Learn more about [API keys here](https://docs.honeycomb.io/configure/environments/manage-api-keys/).
Honeycomb Query Data API is one of 22 APIs that Honeycomb publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Query Data. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.
This API exposes 2 operations across 2 paths, and defines 17 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.
Requests are made against 2 base URLs: https://api.honeycomb.io, https://api.eu1.honeycomb.io.
Metadata
The identity and technical contract details declared by the specification.
Paths & Operations 2
Across 2 paths, the API surfaces 2 operations — 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.
This feature is available as part of the [Honeycomb Enterprise plan](https://www.honeycomb.io/pricing/). Query Results are the aggregated data from a Query, similar to what is dis…
Schemas 17
The contract defines 17 schemas that model the data the API accepts and returns. The most detailed are Query (16 properties), DetailedError (6 properties), CreateQueryResultRequest (5 properties), QueryResultDetails (5 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Honeycomb 12
Other APIs Honeycomb publishes across the network.
This is an independent, third-party profile of Honeycomb Query Data API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.
The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.
Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.
info@apievangelist.com
·
Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and
you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.