v49

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01151216390.1 KB
executions
streaming

Tails the stderr logs for the given execution with SSE streaming

Tails the stderr logs for the given execution with SSE streaming

get/v1/devboxes/{devbox_id}/executions/{execution_id}/stream_stderr_updates

Path parameters

devbox_idstring required

The ID of the devbox.

execution_idstring required

The ID of the execution.

Query parameters

offsetstring

The byte offset to start the stream from (if unspecified, starts from the beginning of the stream)

Response

OK

offsetinteger

The byte offset of this chunk of log stream.

outputstring required

The latest log stream chunk.