List Query Annotations
List all Query Annotations in the specified dataset.
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.
Authorizations
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.
Path Parameters
The dataset slug or use __all__ for endpoints that support environment-wide operations.
Query Parameters
Whether to include Query Annotations that were created from boards. By default, only Query Annotations created directly from queries are returned.
Response
Success
A name for the Query.
1 - 320"My Named Query"
The ID of the Query that the annotation describes. Note: Once created, it is NOT possible to change the query ID associated with an annotation. It is possible to have multiple annotations associated with a Query.
"mabAMpSPDjH"
A description of the Query.
1023"A nice description of My Named Query"
The unique identifier (ID) of a Query Annotation.
"sGUnkBHgRFN"
ISO8601 formatted time when the Query Annotation was created.
"2022-10-26T21:36:04Z"
ISO8601 formatted time when the Query Annotation was updated.
"2022-12-04T08:14:26Z"
The source of the Query Annotation.
query, board "query"