Skip to main content
Not yet available

This command is planned for a future release.

culvii logs

Stream or paginate execution events for a given execution ID.

Synopsis

culvii logs <execution-id> [--follow]

Description

Streams or paginates execution events for a given execution ID. Accepts either an OAuth session or an API key with runner scope minimum.

Arguments

ArgumentDescription
<execution-id>ID of the execution to fetch logs for.

Flags

FlagTypeDescription
--followbooleanLive-tail the log stream via SSE. Stays open until the execution completes or Ctrl+C.

Examples

# Paginated snapshot
culvii logs exec_01HXYZ...

# Live tail
culvii logs exec_01HXYZ... --follow

culvii run, culvii audit