Skip to main content

UnifiedViews Method - Request One Pipeline Execution

Abstract

UnifiedViews Method - Request One Pipeline Execution

Description

Request a pipeline's execution status.

URL: http://{server}/master/api/1/pipelines/{pipeline_id}/executions/{execution_id}

Content Type

application/json

Request

Supported Method

GET

ResponseContent-Type

application/json

Status: 200 - OK

Example Response

Returns single pipeline execution entry based on its id.

{
    id: 3,
    status: "FINISHED_SUCCESS",
    isDebugging: false,
    orderNumber: 1,
        start: "2014-08-08T15:15:15.555Z",
    end: "2014-08-08T15:15:15.555Z",
    schedule: 12,
    stop: false,
    lastChange: "2014-08-08T15:15:15.555Z"
}