Devbox Shell Tools
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
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Last n lines of standard error / standard out to return
Response
200 - application/json
Devbox id where command was executed.
Ephemeral id of the execution in progress.
Current status of the execution.
Available options:
queued
, running
, completed
Exit code of command execution. This field will remain unset until the execution has completed.
Shell name.
Standard error generated by command. This field will remain unset until the execution has completed.
Standard out generated by command. This field will remain unset until the execution has completed.