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