# Execution logs

> The raw log text of one execution.

Source: https://docs.generalinput.com/api/workflows/execution-logs



<Endpoint method="GET" path="/v1/workflows/:id/executions/:executionId/logs" />

<Access scope="workflows:manage" />

## Response [#response]

```json
{
  "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.
