Skip to content

InsightResponse

QuantConnect.Api.InsightResponse

InsightResponse()

Bases: RestResponse

Class containing insights and the number of insights of the live algorithm in the request criteria

JSON Constructor

insights

insights: List[Insight]

Collection of insights

length

length: int

Total number of returned insights

success

success: bool

Indicate if the API request was successful.

errors

errors: List[str]

List of errors with the API call.

to_string

to_string() -> str

Returns the string representation of this object