Skip to main content
POST
/
commands
/
run
{
  "command": "<string>",
  "execution_time": 123,
  "exit_code": 123,
  "pid": 123,
  "stderr": "<string>",
  "stdout": "<string>",
  "success": true,
  "timestamp": "<string>"
}

Authorizations

Authorization
string
header
required

Body

application/json

Command request

args
string[]
command
string
env
object
timeout
integer

Default 30 seconds

workdir
string

Response

OK

command
string
execution_time
number
exit_code
integer
pid
integer
stderr
string
stdout
string
success
boolean
timestamp
string