get_latest_signals
Fetch the most recent live signals from the wire in token-efficient CWF format, optionally filtered to one collection.
The all-collections view is diversified: no provider may exceed its share of the page, no collection may take more than half of it, and what overflows is named on a note line rather than dropped silently — so a burst of tickers cannot crowd out earthquakes. Pass collection to read one collection at full depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of signals to return (default 20, max 100) | |
| cursor | No | Page token from META cursor: of the previous response. Omit for the first page. | |
| relate | No | Also return the link graph over the rows in this response, as REL and CLUSTER lines, so repeats of one story collapse into one line without a second call. Off by default. | |
| collection | No | Signal collection to filter by, e.g. climate, sentiment, security, health, cosmic, energy, macro, market, crypto, knowledge, prediction, logistics. Omit for all collections. |