get_article_results
Retrieve historical sentiment scores and processed comments for a previously submitted article URL to track discussion evolution over time.
Instructions
Fetch already-processed, scored comments for an article URL.
Does NOT trigger new processing and does NOT generate Influence comments (Influence only appears in analyze_comments responses).
Tier behavior:
Free/Starter: returns the buffered state only (processed comments are delivered inline via analyze_comments).
Professional/Enterprise: returns the full scored history accumulated across batches.
Use this when the user asks for historical sentiment of an article already submitted previously, or to check how a discussion has evolved since the last analyze_comments call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| article_url | Yes | Full URL of the article to retrieve processed results for. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||