Skip to main content
Honeydew stores metadata for all queries executed against your semantic model, along with performance metrics and execution details. Query history is available in the Honeydew UI and via the GraphQL API.
Queries are retained for 14 days.

Access

Admin users can see all queries across the organization. Other users can only see their own queries.

Query history includes

FieldDescription
StatusSuccess, Failed, Canceled, or Running
ExecutedStart time of query execution
ClientThe client that submitted the query (for example, a BI tool or AI agent)
DomainThe domain the query targeted
UserThe user who ran the query (Admin users only)
Compilation timeTime Honeydew spent compiling the query
RuntimeTime the data warehouse spent executing the generated SQL
Total durationEnd-to-end time from submission to result
DWH query IDThe query ID assigned by the data warehouse
Each query record also includes:
  • The generated SQL
  • The source query (SQL, MDX, or text)
  • YAML metadata, including cache usage information