Kick off processing of a Query to then get back the Query Results.
Once the Query Result has been created, the query will be run asynchronously, allowing the result data to be fetched from the GET query result endpoint.
A maximum duration of 7 days of data can be queried. Any queries with a start_time, end_time, or time_range resulting in a duration longer than 7 days will result in a 400 error response.
A Honeycomb Configuration Key is required to use this API. A Configuration Key can be found in the API Keys section of the environment configuration, which can be found under Environment Settings -> API Keys -> Configuration tab. Check out our documentation to find your API Keys.
More information can be found in Manage Environments.
The dataset slug or use __all__ for endpoints that support environment-wide operations.
A Query Result is created with the Query ID.
The ID of a query returned from the Queries endpoint.
"mabAMpSPDjH"
If true, timeseries data will not be returned in the series response field, and only summarized data will be returned in the results response field.
If true, data representing each aggregate in the query's total value will not be returned. Ensure disable_series is false to return the timeseries data.
If true, the "other_by_aggregate" data is excluded from the query result.
If disable_series is true, a limit may be optionally given. The limit will override the default limit of 1_000 results with a maximum available limit of 10_000. If disable_series is false, this field will be ignored.
x <= 10000Created
A Query Result is created with the Query ID.
The unique identifier (ID) of a Query Result.
"sGUnkBHgRFN"
Indicates if the query results are available yet or not. For example, is the query still being processed or complete?
false
An object containing UI links to the query result and query result graph