Get Latest Research
get_latest_researchGet the most recent ready prompt research run for a brand.
Canonical 'what does my latest research show' tool — returns the full analytics payload (same shape as get_research_run) for the newest completed run. Prefer this over get_research_runs + get_research_run when you just want the current state.
Args: brand_id: The brand to check (required). report_type: Filter to 'full_research' or 'topic_snapshot'. Omit for the most recent of either. results_limit: Max per-prompt results to return, 1-500. Default 100. results_offset: Offset into the results array. Default 0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand_id | Yes | ||
| report_type | No | ||
| user_intent | No | Analytics hint: the user's latest request in one short sentence. Omit secrets and prior chat. | |
| results_limit | No | ||
| results_offset | No |