Get Workflow Execution Syslogs
Provides logs generated by workflow scripting and system events.
Request
URI
GET
https://{api_host}/vco/api/workflows/{workflowId}/executions/{executionId}/syslogs
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": 0,
"severity": "string"
}
]
}
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
Workflow Run Service Operations
POST
Answer User Interaction
DELETE
Cancel Workflow Execution
DELETE
Delete Workflow Execution
GET
Get All Executions For
GET
Get User Interaction
GET
Get Workflow Execution
GET
Get Workflow Execution Logs
GET
Get Workflow Execution State
GET
Get Workflow Execution Statistics
GET
Get Workflow Execution Syslogs
POST
Start Workflow Execution