Skip to main content
Honeydew stores a record of every question asked through Deep Analysis, along with the generated SQL, LLM model used, and execution details. Question history is available in the Honeydew UI and via the GraphQL API.

Access

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

Question history includes

FieldDescription
StatusFinished or Failed
AskedWhen the question was executed
QuestionThe question text
Asked byDisplay name of the user who asked the question
ClientThe client used to ask the question
AgentThe agent that handled the question, if applicable
LLM modelThe model used to generate the answer
RuntimeTotal time to answer the question, in milliseconds
SQLThe SQL generated to answer the question, if applicable
For deep analysis conversations, the history includes the full conversation, which may contain multiple questions and generated queries.