Orchestrator
Streams the logs for a current job/execution via WebSocket
Establishes a WebSocket connection to stream output from the job specified by id The stream will continue until either the client disconnects or the execution completes
get/api/v1/orchestrator/jobs/{id}/logs
Path parameters
idstring required
ID of the job to stream logs for
Query parameters
execution_idstring
Fetch logs for a specific execution
tailboolean
Fetch historical logs
followboolean
Follow the logs