list_live_algorithms
Retrieve and monitor all active and historical live trading algorithm deployments on the QuantConnect platform to track performance and manage strategies.
Instructions
List all your past and current live trading deployments.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| live | No | Live algorithms that pass the filters in the request. | |
| errors | No | List of errors with the API call. | |
| success | No | Indicate if the API request was successful. |