v4

OpenAPI 3.0.1Apache 2.02026-07-312457525.9 MB
Project API

Returns details of a single action execution

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

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

Response

urlstring

API endpoint to GET this object

html_urlstring

Web URL to view this object in Buddy.works

action_execution_idstring

The unique ID of the action execution

start_datestring date-time

The date and time when the action execution started

finish_datestring date-time

The date and time when the action execution finished

error_messagestring

The error message if the action execution failed

status'INPROGRESS' | 'ENQUEUED' | 'TERMINATED' | 'SUCCESSFUL' | 'FAILED' | 'INITIAL' | 'NOT_EXECUTED' | 'SKIPPED' | 'TERMINATING' | 'WAITING_FOR_APPLY' | 'WAITING_FOR_VARIABLES' | 'WAITING_FOR_SETTABLE_VARIABLES' | 'WAITING_FOR_VT_SESSION'

The current status of the action execution

progressnumber double

The progress of the action execution in percentages (0-100)

terminator_idinteger

The ID of the user who terminated the action execution

termination_datestring date-time

The date and time when the action execution was terminated

approver_idinteger

The ID of the user who approved the action execution

approval_datestring date-time

The date and time when the action execution was approved

sandbox_project_idinteger

The sandbox project ID associated with this action execution

sandbox_idstring

The sandbox ID associated with this action execution

targetstring

The target identifier where the action was executed

logstring[]

The console output log of the action execution

log_urlstring

The URL to download the full log file