Experiment Logs
Last updated
Last updated
Log streaming is available in both the web UI and CLI. It is also possible to stream logs using the SDK.
Navigate to a Job run part of an Experiment to view its logs. These logs are streamed in realtime while the Experiment runs. There are a few options such as Search, View all Logs, and Download Logs available on the page.
Name
Type
Attributes
Description
experimentId
string
Required
Id of the experiment to view logs for.
follow
string
<optional>
Content
line
number
<optional>
Optional; if line is specified logs only logs after that line will be returned (up to limit).
limit
number
<optional>
Optional; number of log lines to retrieve on each request; default limit is 2000.