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.
Documentation Index
Fetch the complete documentation index at: https://docs.honeycomb.io/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate using a Honeycomb Configuration Key.
Pass the Token in the X-Honeycomb-Team header:
X-Honeycomb-Team: 1234567890123456789012If you created your key using the API, use data.attributes.secret; this is the same value as the Token in the UI.
To learn how to create a Configuration Key, visit Manage Environment API Keys. To learn more about authenticating requests, visit API Authentication.
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