Levain LabsLevain Labs

get_run_log_events

Read a run's execution timeline inline (INFO level and above). Returns structured events (timestamp, level, source, tags, message, payload) plus a…

Read a run's execution timeline inline (INFO level and above).

Returns structured events (timestamp, level, source, tags, message, payload) plus a truncated flag. Unlike get_run_logs, this returns the log content directly. If truncated, fetch the full file via get_run_logs. Available for your own agents' runs (not the managed Levain assistant).

Parameters

NameTypeRequiredDescription
run_idstringyes

On this page