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
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
AutoEnableIO | string | Indicates whether the volume should be auto-enabled for I/O operations. | |
DryRun | string | Checks 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. | |
VolumeId | string | The ID of the volume. | |
pipelineExecutionId | string | The ID of the pipeline execution about which you want to get execution details. | |
pipelineName | string | The name of the pipeline in which you want to disable the flow of artifacts from one stage to another. |