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
| Argument | Description |
|---|---|
<execution-id> | ID of the execution to fetch logs for. |
Flags
| Flag | Type | Description |
|---|---|---|
--follow | boolean | Live-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
Related commands
culvii run, culvii audit