Read execution logs
GET/workflows/executions/:id/logs
Returns log entries, newest window first. Page backwards by passing the response's nextCursor as cursor until it is absent.
Request
Responses
- 200
- 4XX
- 5XX
The log window.
Client error. The body says what went wrong: an error type, a human-readable detail, and, on validation failures, one entry per offending field.
Unexpected server error.