Devbox
Devbox-ShellTools
Get status of an asynchronous execution on a Devbox.
Get the latest status of a previously launched asynchronous execuction including stdout/error and the exit code if complete.
get/v1/devboxes/{devbox_id}/executions/{execution_id}
Path parameters
devbox_idstring required
The Devbox ID
execution_idstring required
The Execution ID
Query parameters
last_nstring
Last n lines of standard error / standard out to return (default: 100)
Response
OK