Task Log Stream

Stream agent logs for a task via Server-Sent Events.

The stream sends new log content as log events and closes after the task completes or _MAX_IDLE_TICKS seconds of no new data.

get/dashboard/tasks/{task_id}/logs/stream

Path parameters

task_idstring required

Response

Server-Sent Events stream. The response body does not terminate.

Changes