List Execution
List execution
Request
URI
GET
https://{api_host}/pipeline/api/pipelines/{id}/executions/{index}
COPY
Path Parameters
string
id
Required
id
string
index
Required
index
Responses
200
OK
Returns
Execution
of type(s)
application/json
{
"name": "string",
"kind": "string",
"tags": [
"string"
],
"_link": "/pipeline/api/..",
"_createdBy": "Test user",
"_updatedBy": "Test user",
"_updateTimeInMicros": 1499279153081002,
"project": "Test Project",
"index": 20,
"comments": "This pipeline deploys an artifact.",
"starred": {
"input": "string",
"output": "string"
},
"stageOrder": [
"string"
],
"status": "COMPLETED",
"statusMessage": "Execution Completed",
"reason": "Pausing to fix infra issue.",
"_executedBy": "[email protected]",
"_source": "string",
"_pipelineLink": "/pipeline/api/pipelines/ff28bd285d7743fe90d60577af1f172d",
"_nested": false,
"_rollback": false,
"ciWorkspaceResults": [
{
"status": "string",
"step": "string",
"logs": [
"string"
]
}
]
}
string
name
Optional
name
string
kind
Optional
kind
array of
string
tags
Optional
tags
string
_link
Optional
_link
string
_createdBy
Optional
_createdBy
string
_updatedBy
Optional
updatedBy
integer As int64
As int64
_updateTimeInMicros
Optional
_updateTimeInMicros
string
project
Optional
project
integer As int32
As int32
index
Optional
Execution sequence
string
comments
Required
User editable field that contains the reason for executing the pipeline
object
icon
Optional
icon
object
input
Optional
input
object
output
Optional
output
array of
string
stageOrder
Optional
stageOrder
object
stages
Optional
stages
string
status
Optional
status
string
statusMessage
Optional
statusMessage
string
reason
Optional
Reason for cancelling/pausing the execution
string
_executedBy
Optional
_executedBy
string
_source
Optional
_source
string
_pipelineLink
Optional
_pipelineLink
boolean
_nested
Optional
_nested
boolean
_rollback
Optional
true
object
_inputMeta
Optional
_inputMeta
object
_outputMeta
Optional
_outputMeta
404
Not found
Operation doesn't return any data structure
Pipeline Service Operations
POST
Action On Execution
PATCH
Check Authorization And Alter Pipeline
DELETE
Check Authorization And Delete Pipeline
POST
Check Authorization And Execute Pipeline
PUT
Check Authorization And Update Pipeline
POST
Create Pipeline
GET
List Execution
GET
List Executions
GET
List Pipeline
GET
List Pipelines
POST
Post Pipeline