Returns full workflow trace with execution logs as a zip file in the current directory.If the underlying workflow is not complete, an HTTP 412 response is returned.
Returns full workflow trace with execution logs as a zip file in the current directory.If the underlying workflow is not complete, an HTTP 412 response is returned.
Request
GET https://{hostname}:{port}
/cli/workflowTrace/fullTraceWithLogs?{parameters}
Accept: application/octet-stream
| Parameter | Type | Required | Description |
|---|---|---|---|
| workflow | string | true | ID of the workflow. |
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept | application/octet-stream |
true |
Related CLI command: getWorkflowTraceLogs.