workflows
Get workflow task logs
Retrieves the output logs for the workflow task identified by the given taskId.
get/workflow/{workflowId}/log/{taskId}
Path parameters
workflowIdstring required
Workflow string identifier
taskIdinteger required
Task numeric identifier
Query parameters
nextstring
Workflow log cursor
workspaceIdinteger
Workspace numeric identifier
maxLengthinteger
Maximum length in bytes of the log to retrieve
Response
OK