Get the logs for a Notebook deployment
notebooks_list_deployments_logs(
id,
deployment_id,
start_at = NULL,
end_at = NULL,
limit = NULL
)
An array containing the following fields:
string, The log message.
string, The stream of the log. One of "stdout", "stderr".
string, The time the log was created.
string, The source of the log. One of "system", "user".
integer required. The ID of the owning Notebook.
integer required. The ID for this deployment.
string optional. Log entries with a lower timestamp will be omitted.
string optional. Log entries with a higher timestamp will be omitted.
integer optional. The maximum number of log messages to return. Default of 10000.