My watchlist brief
alphai_watchlist_briefSummarize the caller's saved AlphAI watchlist in one read. Returns recent news grouped by story, a separate SEC filings section and the next confirmed earnings dates. Manage tickers at https://alphai.io/account/watchlist. Each story names the watched tickers it affects, carries a short summary and links to the article and its original source. Windows use article publication timestamps, not ingestion time; this is a ranked snapshot, not a changes cursor. Events and filings each contain up to limit items, with explicit truncation flags when more exist. Each section groups the newest 500 matching articles, then ranks by relevance, novelty and recency. Narrow hours or open the ticker feed when a section is truncated. Unknown tickers are listed separately. An empty tickers list means the caller has not saved a watchlist. A missing earnings date means no confirmed date is held, not that the company will not report. Available on every tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | Publication look-back in hours; default 24. | |
| limit | No | Maximum stories per section (news and filings). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | Yes | ||
| events | Yes | ||
| filings | Yes | ||
| tickers | Yes | ||
| window_end | Yes | ||
| generated_at | Yes | ||
| window_start | Yes | ||
| unknown_tickers | Yes | ||
| events_truncated | No | ||
| filings_truncated | No | ||
| upcoming_earnings | Yes |