Logs
Download the logs of the execution of the workflow.
Request
URI
GET
https://{api_host}/tca/workflows/api/v1/orgs/{tenantIdWorkflowExecution}/workflowExecution/{workflowExecutionId}/logs
COPY
Path Parameters
string
tenantIdWorkflowExecution
Required
The identifier of the tenant
string
workflowExecutionId
Required
The identifier of the workflow execution
Responses
200
Successfully retrieved logs
Operation doesn't return any data structure
400
Bad Request
Returns
errorResponse
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Returns
errorResponse
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
404
Workflow execution not found
Returns
errorResponse
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
500
Internal Server Error
Returns
errorResponse
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
Workflow Execution Operations
POST
Abort
PUT
Create
POST
Create By Multi Content
DELETE
Delete
GET
Get
GET
Get Vro Login Details
GET
List
GET
Logs
POST
Resume
POST
Retry
PATCH
Update
POST
Update Workflow