<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Genie API List Conversations Incomplete in Generative AI</title>
    <link>https://community.databricks.com/t5/generative-ai/genie-api-list-conversations-incomplete/m-p/163075#M1943</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In my team we have a dashboard that tracks the Genie Answers Quality: the question that was made, the feedback, who made it,... We use the Genie API to extract the conversations of the Genie, write the data into a table, and feed the dashboard with it. However, lately I noticed that some conversations are missing when I make the API call. Is this a limitation of Genie, where it starts missing information once the conversation history becomes too long? Could this be a bug, or am I doing something wrong?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jul 2026 10:58:46 GMT</pubDate>
    <dc:creator>lej6</dc:creator>
    <dc:date>2026-07-15T10:58:46Z</dc:date>
    <item>
      <title>Genie API List Conversations Incomplete</title>
      <link>https://community.databricks.com/t5/generative-ai/genie-api-list-conversations-incomplete/m-p/163075#M1943</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In my team we have a dashboard that tracks the Genie Answers Quality: the question that was made, the feedback, who made it,... We use the Genie API to extract the conversations of the Genie, write the data into a table, and feed the dashboard with it. However, lately I noticed that some conversations are missing when I make the API call. Is this a limitation of Genie, where it starts missing information once the conversation history becomes too long? Could this be a bug, or am I doing something wrong?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2026 10:58:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/genie-api-list-conversations-incomplete/m-p/163075#M1943</guid>
      <dc:creator>lej6</dc:creator>
      <dc:date>2026-07-15T10:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Genie API List Conversations Incomplete</title>
      <link>https://community.databricks.com/t5/generative-ai/genie-api-list-conversations-incomplete/m-p/163104#M1944</link>
      <description>&lt;P&gt;Genie agents are documented to support up to &lt;STRONG&gt;10,000 conversations per agent&lt;/STRONG&gt; and &lt;STRONG&gt;10,000 messages per conversation&lt;/STRONG&gt;, and the API is designed to retain prior messages as conversation context rather than silently omitting them.&lt;/P&gt;
&lt;P&gt;More likely causes are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;You’re only listing the caller’s own conversations.&lt;/STRONG&gt; &lt;CODE&gt;GET /conversations&lt;/CODE&gt; returns only the requesting user’s conversations by default; to get all users’ conversations you must set &lt;CODE&gt;include_all=true&lt;/CODE&gt;, and the caller needs &lt;STRONG&gt;CAN MANAGE&lt;/STRONG&gt; on the agent.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;CODE&gt;include_all&lt;/CODE&gt; may not be honored in some clients if passed wrong.&lt;/STRONG&gt;&amp;nbsp;For example, Python boolean &lt;CODE&gt;True&lt;/CODE&gt; could end up as &lt;CODE&gt;"True"&lt;/CODE&gt; instead of &lt;CODE&gt;"true"&lt;/CODE&gt;, causing the API to return only a partial set.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;If your dashboard pipeline uses audit logs as the source of truth, that can miss conversations depending on which actions you filter for.&lt;/STRONG&gt; Missing Genie conversations could actually be present under different event names, and the fix was to include API actions such as &lt;CODE&gt;genieGetConversationMessage&lt;/CODE&gt; in addition to UI events.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;What to check:&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Verify you are pulling from &lt;CODE&gt;GET /api/2.0/genie/spaces/{space_id}/conversations&lt;/CODE&gt;, not only from audit logs.&lt;/LI&gt;
&lt;LI&gt;If you need all users, send &lt;CODE&gt;include_all=true&lt;/CODE&gt; and confirm the caller has &lt;STRONG&gt;CAN MANAGE&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;If calling from Python/SDK, inspect the raw request and make sure &lt;CODE&gt;include_all&lt;/CODE&gt; is serialized exactly as expected.&lt;/LI&gt;
&lt;LI&gt;If you do rely on audit logs, broaden the event filters to include both UI and public API Genie actions.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 15 Jul 2026 16:29:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/genie-api-list-conversations-incomplete/m-p/163104#M1944</guid>
      <dc:creator>Lu_Wang_ENB_DBX</dc:creator>
      <dc:date>2026-07-15T16:29:16Z</dc:date>
    </item>
  </channel>
</rss>

