Workflows and apps
Execution logs
The raw log text of one execution.
GET
https://cloud.generalinput.com/v1/workflows/:id/executions/:executionId/logsAuthenticationRequires
workflows:manage on a personal API key. A CLI session always passes.Response
{
"executionId": "exec_01HX…",
"logs": "[10:00:02] step: Starting workflow\n[10:00:03] info: Processing trigger …"
}logs is null when the run has produced none yet.