read_live_insights
Retrieve real-time trading insights from a live QuantConnect algorithm to monitor performance and make informed decisions.
Instructions
Read out the insights of a live algorithm.
The snapshot updates about every 10 minutes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | Total number of returned insights | |
| success | No | Indicate if the API request was successful. | |
| insights | No | Collection of insights. |