read_live_algorithm
Retrieve details of a live trading algorithm from QuantConnect to monitor performance and status.
Instructions
Read details of a live algorithm.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Files present in the project that contains the algorithm. | |
| charts | No | Chart updates for the live algorithm since the last result packet. | |
| errors | No | List of errors with the API call. | |
| public | No | Flag to indicate if the algorithm is public. | |
| status | No | State of the live deployment. | |
| cloneId | No | The snapshot project Id for cloning the live development's source code. | |
| message | No | Error message. | |
| stopped | No | Datetime the algorithm was stopped in UTC, null if its still running. | |
| success | No | Indicate if the API request was successful. | |
| deployId | No | Unique live algorithm deployment identifier (similar to a backtest id). | |
| launched | No | Datetime the algorithm was launched in UTC. | |
| brokerage | No | Brokerage | |
| datacenter | No | Name of the datacenter where the algorithm is physically located. | |
| projectName | No | Name of the project the live algorithm is in. | |
| securityTypes | No | Security types detected in the algorithm. | |
| isPublicStreaming | No | Flag to indicate if public streaming is enabled. | |
| runtimeStatistics | No | Runtime banner/updating statistics in the title banner of the live algorithm GUI. It can be empty if the algorithm is not running. |