read_result_summary
Fetch a completed run's overall summary: collected counts, per-keyword-source overview, social-metric × EC-sales correlation chart, and available EC datasets. Returns 409 if the run is incomplete.
Instructions
Returns the overall summary of a completed run: collected counts, a per-(keyword, source) overview, the social-metric × EC-sales correlation chart, and which EC datasets are available — all at a glance.
Best first step when fetching results. Returns 409 if the run is incomplete.
Only datasets where data.datasets.owned_ec / competitor_ec is true can be fetched via read_ec_results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Run identifier token returned by start_run. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Overall summary of a completed run returned by read_result_summary: counts, social × EC correlation chart, and available datasets at a glance. |