bdy target exec logs

View as Markdown
$bdy target exec logs [options] <exec-id>

Get execution logs

ARGUMENTS
exec-id
Execution ID (required)
OPTIONS
-w, --workspace <domain>
Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE
--offset <n>
Log line offset. Default: 0
--limit <n>
Maximum number of log lines. Default: all lines
-h, --help
display help for command

Documentation for bdy v1.24.8

Last modified on Sep 3, 2026

Examples

Show logs of execution
bdy tg exec logs exec-id$
Show logs of execution starting from line 100
bdy tg exec logs exec-id --offset 100$