Returns the Pipeline Execution Details for a Given PlanExecution ID
Bad Request
Internal server error
Return the Pipeline Execution details for given PlanExecution Id
{- "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 without full graph if stageNodeId is null
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Returns the Pipeline Execution SubGraph for a Given Retried StepGroup NodeExecution ID
Bad Request
Internal server error
Return Execution subGraph for a Given Retried StepGroup NodeExecution ID
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Returns the Pipeline Execution Url for a Given PlanExecution ID
Bad Request
Internal server error
Return the Pipeline Execution url for given Pipeline and PlanExecution Id
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Return the Input Set YAML used for given Plan Execution
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Returns a List of Pipeline Executions Identifier with Specific Filter
Bad Request
Internal server error
Returns all the Executions Identifier of pipelines for given filter
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Returns a List of Pipeline Executions with Specific Filter
Returns a List of Pipeline Executions with Specific Filters
Bad Request
Internal server error
Returns all the Executions of pipelines for given filter
Sample List Pipeline Executions JSON Payload
{- "filterType": "PipelineExecution",
- "pipelineTags": [
- {
- "key": "tag1",
- "value": "value1"
}, - {
- "key": "tag2",
- "value": "value2"
}
]
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Returns a List of Pipeline Executions Outline given pipelineId or a list of executionIds
Filters for fetching executions outline
Bad Request
Internal server error
Returns all the Executions outline given pipelineId or a list of executionIds
Sample List Pipeline Executions outline JSON Payload
{- "timeRange": {
- "startTime": "1702443600000",
- "endTime": "1718810039288"
}, - "pipelineIdentifier": "test",
- "status": [
- "SUCCESS"
], - "planExecutionIds": [
- "executionId1",
- "executionId2",
- "executionId3"
]
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Returns Notes of a pipelineExecution
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Returns Notes of a pipelineExecution
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}