View Tracker Result
After running a tracker, view the results directly in the Console.
Viewing Results
- Open your tracker page in the Console
- The Results section shows all completed runs
- Each result includes a score and insight
Example Result
{
"score": 72,
"insight": "Tesla sentiment is moderately bullish. Recent earnings beat expectations..."
}
Score is your actionable takeaway — a quality-gated integer from 0 to 100. Learn more about scoring →
Filtering Results
Use the filters on the results page to narrow down by:
- Score range — filter by minimum and maximum score
- Date range — view results from a specific time period
Notifications
Stay informed without checking the console:
- Email — Get an email summary each time the tracker runs. Enable per-tracker in Settings → Notifications.
- Webhooks — Receive a
run.completedPOST request with the full result payload to your endpoint.
tip
Combine scheduled runs with email notifications to get a daily briefing in your inbox — no need to log in.