Authorizations
Path Parameters
The key of the source.
The id of the pipeline execution.
Query Parameters
If set to true, the response will include the body of the operation that triggered the pipeline execution and the operation processed by the pipeline. Defaults to false.
Response
Returns the pipeline execution.
id to refer for a specific pipeline execution.
versioned id to the related pipeline definition that generated the pipeline execution.
Status of the pipeline execution.
SUCCESSFUL
: The pipeline execution completed successfully. Every step of the pipeline was executed successfully and the change has been accepted in the system.ERROR
: The pipeline execution failed at a step due to a system error.IN_PROGRESS
: The pipeline execution is being processed by the system.IN_REVIEW
: The pipeline execution is waiting for a manual action. Refer to the ActOnPipelineExecution endpoint.CANCELLED
: The pipeline execution has been short-circuited by the system and never completed.DROPPED
: The pipeline execution has been dropped because the change has been rejected by the user following review.
Available options:
SUCCESSFUL
, ERROR
, IN_PROGRESS
, IN_REVIEW
, CANCELLED
, DROPPED
The initial operation that triggered the pipeline execution.
The operation processed by the pipeline. If the pipeline it not completed, it is the output of the last completed step.