Returns the Pipeline Execution Details for a Given PlanExecution ID
Bad Request
Internal server error
Return the Pipeline Execution details for given PlanExecution Id without full graph if stageNodeId is null
curl -i -X GET \ 'https://app.harness.io/gateway/pipeline/api/pipelines/execution/v2/{planExecutionId}?accountIdentifier=string&orgIdentifier=string&projectIdentifier=string&stageNodeId=string&stageNodeExecutionId=string&renderFullBottomGraph=true' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Returns the Pipeline Execution Details for a Given PlanExecution ID
Bad Request
Internal server error
Return the Pipeline Execution details for given PlanExecution Id
curl -i -X GET \ 'https://app.harness.io/gateway/pipeline/api/pipelines/execution/{planExecutionId}?accountIdentifier=string&orgIdentifier=string&projectIdentifier=string&stageNodeId=string&stageNodeExecutionId=string' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Returns a List of Pipeline Executions with Specific Filters
Bad Request
Internal server error
Returns all the Executions of pipelines for given filters
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}