query_intent_signals
Read the raw intent signal evidence (verbatim message_text,
product_lines, topics) for one account or across the tenant.
When to use it
Section titled “When to use it”- “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.
Inputs
Section titled “Inputs”| Parameter | Type | Required | Description |
|---|---|---|---|
tenant_id | string | Yes | Tenant identifier. |
account_website | string | No | Scope to a single account. |
signal_types | string[] | No | e.g. ["High Intent", "Company Change"]. |
source_names | string[] | No | e.g. ["RSA Conference 2026"]. |
keyword_match | string[] | No | Substrings matched against message_text, product_lines, and topics. |
since | string | No | ISO date (YYYY-MM-DD). |
limit | integer | No | Row cap. Default 100, max 1,000. |
Returns
Section titled “Returns”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.