Stream or poll execution events
GET/v1/workspaces/:workspaceId/executions/:executionId/events
If Accept: text/event-stream is sent, this endpoint streams Server-Sent Events. Otherwise it returns a JSON array.
Request
Responses
- 200
- 401
- 403
- 404
Execution events stream or batched event list.
The request is missing valid authentication credentials.
The authenticated principal does not have access to this resource.
The requested resource could not be found.