Skip to content

query_intent_signals

Read the raw intent signal evidence (verbatim message_text, product_lines, topics) for one account or across the tenant.

  • “Any intent signals at Capital One?”
  • After bdr_account_research, for a follow-up scoped to a topic outside the tenant’s keyword set (e.g. “any NIS2 / DORA chatter?”).
  • When you need verbatim quotes for a report or talk-track.
ParameterTypeRequiredDescription
tenant_idstringYesTenant identifier.
account_websitestringNoScope to a single account.
signal_typesstring[]Noe.g. ["High Intent", "Company Change"].
source_namesstring[]Noe.g. ["RSA Conference 2026"].
keyword_matchstring[]NoSubstrings matched against message_text, product_lines, and topics.
sincestringNoISO date (YYYY-MM-DD).
limitintegerNoRow cap. Default 100, max 1,000.

JSON envelope with a dataset handle, preview_rows, facets (by signal_type / source_name / source_type), and total_count.

  • Always tenant-scoped — the caller cannot read signals outside their authorised tenant_id.