Get Pipeline Execution

GET {{baseUrl}}/?Action=GetPipelineExecution&AutoEnableIO=<string>&DryRun=<string>&VolumeId=<string>&pipelineExecutionId=<string>&pipelineName=<string>

Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline.

Request Params

KeyDatatypeRequiredDescription
Actionstring
AutoEnableIOstringIndicates whether the volume should be auto-enabled for I/O operations.
DryRunstringChecks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
VolumeIdstringThe ID of the volume.
pipelineExecutionIdstringThe ID of the pipeline execution about which you want to get execution details.
pipelineNamestringThe name of the pipeline in which you want to disable the flow of artifacts from one stage to another.