Usage
Options
Working directory path. Defaults to current directory.
Filter events to a specific session ID.
Filter events to a specific thread ID within a session.
Filter events by actor/contributor ID.
ISO timestamp lower bound for filtering events.
ISO timestamp upper bound for filtering events.
Filter by event type (e.g.,
prompt, completion, tool_call, edit).Skip the first N events in results.
Maximum number of events to return (1-1000).
Alias for
--limit.Output results in JSON format.
Filter events by repository ID.
Examples
View recent timeline events
View timeline for specific session
View timeline with time filter
View timeline for specific actor
JSON Output Format
Event Types
prompt- User prompt to the agentcompletion- Agent response/completiontool_call- Agent tool invocationedit- File edit operationreasoning- Agent reasoning/thinkingerror- Error event
Related Commands
- codaph sessions - List all captured sessions
- codaph diff - View file changes from sessions
- codaph inspect - Inspect session details