View Execution Runtime Logs
Retrieve execution and checkpoint runtime logs from the SDK, CLI, and MCP
CLI quick start
kitaru executions logs <exec_id>Common options
# Include timestamp + level
kitaru executions logs <exec_id> -v
# Include timestamp + level + module/checkpoint context
kitaru executions logs <exec_id> -vv
# Group output by checkpoint
kitaru executions logs <exec_id> --grouped
# Structured JSON output
kitaru executions logs <exec_id> --output json
# JSONL event stream while following
kitaru executions logs <exec_id> --follow --output json
# Follow until terminal state
kitaru executions logs <exec_id> --follow
# Runner/orchestrator logs
kitaru executions logs <exec_id> --source runnerCheckpoint filtering
Prerequisites and retrieval limits
JSON output behavior
Follow mode behavior
Python SDK example
Related pages
Last updated
Was this helpful?