Get Workflow Execution Syslogs

Get Workflow Execution Syslogs

Provides logs generated by workflow scripting and system events.

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

workflowId

string
executionId
Required

executionId

Query Parameters
integer
maxResult
Required

maxResult

string of array
conditions
Optional

conditions


Responses
200

The request is successful

Returns sys-logs of type(s) application/json
{
    "logs": [
        {
            "origin": "string",
            "long-description": "string",
            "short-description": "string",
            "user": "string",
            "time-stamp": "string",
            "time-stamp-val": "integer",
            "severity": "string"
        }
    ]
}
array of WsSysLog
logs
Optional

logs


401

The user is not authorized

Operation doesn't return any data structure

404

Can not 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