List Executions
List executions
Request
URI
GET
https://{api_host}/pipeline/api/pipelines/{id}/executions
COPY
Path Parameters
string
id
Required
id
Responses
200
OK
Returns
Executions
of type(s)
application/json
{
"count": 0,
"totalCount": 0,
"nextPageLink": "string",
"prevPageLink": "string",
"links": [
"string"
]
}
integer As int64
As int64
count
Optional
count
integer As int64
As int64
totalCount
Optional
totalCount
string
nextPageLink
Optional
nextPageLink
string
prevPageLink
Optional
prevPageLink
array of
string
links
Optional
links
object
documents
Optional
documents
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