Description |
---|
Returns the status of the last pipeline execution that has been finished. |
URL: http://{server}/master/api/1/pipelines/{pipeline_id}/executions/last
application/json
Supported Method |
---|
GET |
application/json
Status: 200 - OK
Returns a single pipeline execution entry, the last one according to its end time.
Only the following statuses are considered:
CANCELLED
FINISHED_SUCCESS
FINISHED_WARNING
FAILED
{
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"
}