v4

latestOpenAPI 3.0.1Apache 2.02026-07-312457525.9 MB
Target API

Get a slice of the execution log.

get/workspaces/{workspace_domain}/targets/execs/{exec_id}/log

Path parameters

workspace_domainstring required
Example:my-company

The human-readable ID of the workspace

exec_idstring required
Example:9214386e-7633-4d2b-ac66-fcfbaf5ea99b

Execution ID returned by the execute endpoint

Query parameters

offsetinteger

Line offset into the execution log to start reading from (number of leading lines to skip). Default: 0

limitinteger
Example:1000

Maximum number of log lines to return. Default: 1000

Response

urlstring

API endpoint to GET this object

html_urlstring

Web URL to view this object in Buddy.works

execution_idstring

The ID of the execution

linesstring[]

The log lines of the execution output slice

next_offsetinteger

Line offset to pass as offset to fetch the next slice of the log

truncatedboolean

Indicates if the execution log was truncated