read_live_logs
Retrieve real-time logs from a live trading algorithm to monitor performance and debug issues, with updates every 5 minutes.
Instructions
Get the logs of a live algorithm.
The snapshot updates about every 5 minutes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logs | No | List of logs from the live algorithm. | |
| errors | No | List of errors with the API call. | |
| length | No | Total amount of rows in the logs across all live deployments for this project. | |
| success | No | Indicate if the API request was successful. | |
| deploymentOffset | No | Number of log rows before the given deployment (the `algorithmId` in the request). |