user_id and the run’s execution_id, so you only ever see logs you own.
Per-execution logs
This is the right endpoint to grep through a single run’s output after it finishes, particularly useful when stdout/stderr were too large to surface inline in the run record.
Cross-run logs
Returns log lines from every run on your account in the window. Useful for spot-checking recent activity or building a basic activity feed for a custom dashboard.
What’s logged
Anything your code writes to stdout or stderr is captured. Lyceum doesn’t inject its own log lines into your output; what youprint is what you get back, plus any platform-level events surfaced as separate log streams.
