Skip to main content

Download Workspace Zip

GET 

/api/internal/agent-coder/:session_id/workspace

Download the workspace zip directly.

The workspace zip contains all current files from the sandbox, periodically backed up during processing (every 30 seconds). This allows downloading files while the coder is still running.

The file is streamed in chunks to avoid buffering large archives in memory.

Args: session_id: The session ID.

Returns: The workspace zip file as a streaming download.

Request

Responses

Successful Response