v4

latestOpenAPI 3.0.1Apache 2.02026-07-312457525.9 MB
Project API

Returns paginated console output logs of a single action execution

get/workspaces/{workspace_domain}/projects/{project_name}/pipelines/{pipeline_id}/executions/{execution_id}/action_executions/{id}/logs

Path parameters

workspace_domainstring required
Example:my-company

The human-readable ID of the workspace

project_namestring required
Example:my-project

The human-readable ID of the project

pipeline_idinteger required
Example:123

The ID of the pipeline

execution_idinteger required
Example:123456

The ID of the execution

idstring required
Example:68e49e0e0875a8847e0980da

The ID of the action execution

Query parameters

offsetinteger

The starting line number (0-based). Defaults to 0

limitinteger
Example:100

The maximum number of log lines to return. Defaults to 100, max 1000

Response

urlstring

API endpoint to GET this object

html_urlstring

Web URL to view this object in Buddy.works

offsetinteger

The offset (starting line number) of the returned logs

element_countinteger

The number of log lines returned in this response

total_element_countinteger

The total number of log lines available

logsstring[]

The log lines of the action execution