cURL
curl --request POST \ --url http://localhost:2468/v1/processes/run \ --header 'Content-Type: application/json' \ --data ' { "command": "<string>", "args": [ "<string>" ], "cwd": "<string>", "env": {}, "maxOutputBytes": 1, "timeoutMs": 1 } '
{ "durationMs": 1, "stderr": "<string>", "stderrTruncated": true, "stdout": "<string>", "stdoutTruncated": true, "timedOut": true, "exitCode": 123 }
Executes a command to completion and returns its stdout, stderr, exit code, and duration. Supports configurable timeout and output size limits.
Show child attributes
x >= 0
One-off command result