Execute a command and return process information. If Accept header is text/event-stream, streams logs in SSE format and returns the process response as a final event.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Process execution request
"ls -la"
{ "{\"PORT\"": " \"3000\"}" }3
"my-process"
true
30
false
[3000, 8080]"/home/user"
Process information
"ls -la"
"Wed, 01 Jan 2023 12:01:00 GMT"
0
"logs output"
"my-process"
"1234"
"Wed, 01 Jan 2023 12:00:00 GMT"
failed, killed, stopped, running, completed "running"
"stderr output"
"stdout output"
"/home/user"
3
2
true