Skip to main content
List the company’s Sales Coach discussions, most recently opened first. A discussion is one conversation a user had with the Sales Coach — the Qobra AI assistant they ask about their own statement — their questions and the agent’s answers. Reach for it to review what people actually asked the AI: recurring confusion about a plan, topics the agent had to escalate, a specific rep’s questions. Qobra’s other AI agents have no equivalent tool yet, so this is not the full picture of what people ask the product’s AI. Reserved to full statement access, so it returns every discussion in the company. Filters combine with AND. Each row is a summary — the opening question, how many questions followed, whether the agent escalated; fetch get_sales_coach_discussion for the full transcript of one. Keep paginating for as long as next_offset comes back set: a page can be shorter than limit — empty, even — without being the end of the list.

Parameters

Body

string
Keep only the discussions this person had with the agent, by name or email (case-insensitive substring) or user ObjectId. Omit for every author.
string
Keep only discussions about this statement — its ObjectId, or a YYYY-MM period (e.g. 2026-03) for every statement of that period. Omit for every statement.
string
Keep only discussions opened at or after this instant. Accepts an absolute ISO-8601 date/time (‘2026-07-01’) or a duration relative to now (‘-P7D’ for the last 7 days). Omit for no lower bound.
string
Keep only discussions opened at or before this instant. Same accepted forms as start. Omit for no upper bound.
integer
Page size, between 1 and 250. Defaults to 50.
integer
Row offset into the result set — the number of rows to skip before this page. Pass the next_offset returned by the previous call, or None for the first page.

Response

Body

object[]
integer