Get All Executions For

Get All Executions For

Retrieves all workflow runs for a given workflow and filters by current user's permissions.

Request
URI
GET
https:///vco/api/workflows/{workflowId}/executions?maxResult&startIndex
COPY
Path Parameters
string
workflowId
Required

workflowId

Query Parameters
integer
maxResult
Required

maxResult

integer
startIndex
Required

startIndex

string of array
keys
Optional

keys

string of array
conditions
Optional

conditions

string of array
sortOrders
Optional

sortOrders


Responses
200

The request is successful

Returns executions of type(s) application/json
{
    "href": "string",
    "relations": {
        "total": "integer",
        "start": "integer",
        "link": [
            {
                "rel": "string",
                "attribute": [
                    {
                        "displayValue": "string",
                        "name": "string",
                        "value": "string"
                    }
                ],
                "href": "string",
                "type": "string"
            }
        ]
    }
}
string
href
Optional

href

relations
Optional

relations


401

The user is not authorized

Operation doesn't return any data structure

404

Cannot find a workflow with the specified ID or the user does not have 'read' access rights for that workflow

Operation doesn't return any data structure