Export Action Logs 1
Retrieves logs for a given action execution. When a request is sent to this endpoint with "application/zip" as the desired response content type, this operation is equivalent to "Export all action run logs": Exports all logs for a given action execution
Request
URI
GET
https://{api_host}/vco/api/actions/{executionId}/logs
COPY
Path Parameters
string
executionId
Required
executionId
Query Parameters
integer
maxResult
Optional
Constraints:
default: 2147483647
maxResult
string of
array
conditions
Optional
conditions
Responses
200
The request is successful
Returns
WsSysLogsList
of type(s)
application/json
{
"logs": [
{
"severity": "string",
"userName": "string",
"origin": "string",
"short-description": "string",
"long-description": "string",
"time-stamp": "string",
"time-stamp-val": 0
}
]
}
array of
object
logs
Optional
logs
401
The user is not authorized
Returns
WsSysLogsList
of type(s)
application/json
"WsSysLogsList Object"
array of
object
logs
Optional
logs
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/actions/{executionId}/logs
On This Page
Actions Service Operations
PUT
Update Action
GET
Get Debug Info
PUT
Execute Debugger Operation
POST
Control Debugger
GET
List All Actions
POST
Create Action
GET
Download Action Bundle
POST
Update Action Bundle
DELETE
Delete Action Bundle
POST
Execute Action By Name
POST
Execute Action By Id
GET
Download Action Icon
GET
Export Action Logs 1
GET
Get Action
GET
Get Action 1
DELETE
Delete Action 1
GET
Find Action Dependencies
GET
Get Action Execution Result
DELETE
Cancel Action Run