Get Executions

Get Executions

Endpoint for retrieving all task executions until the current date.

Request
URI
GET
https://{api_host}/vco/api/tasks/{id}/executions
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

The request is successful

Returns PresentationExecutionsList of type(s) application/json
{
    "relations": {
        "startIndex": 0,
        "count": 0,
        "total": 0,
        "link": [
            {
                "rel": "string",
                "type": "string",
                "attributes": [
                    {
                        "name": "string",
                        "displayName": "string",
                        "value": "string",
                        "displayValue": "string"
                    }
                ],
                "href": "string"
            }
        ]
    },
    "href": "string"
}
object
relations
Optional

relations

string
href
Optional

href


400

The request is invalid(validation error)

Returns PresentationExecutionsList of type(s) application/json
"PresentationExecutionsList Object"
object
relations
Optional

relations

string
href
Optional

href


401

The user is not authorized

Returns PresentationExecutionsList of type(s) application/json
"PresentationExecutionsList Object"
object
relations
Optional

relations

string
href
Optional

href


404

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

Returns PresentationExecutionsList of type(s) application/json
"PresentationExecutionsList Object"
object
relations
Optional

relations

string
href
Optional

href


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/tasks/{id}/executions