cURL
curl --request GET \ --url http://localhost:7687/processes/{pid}/stdout
"<string>"
Returns the raw standard output stream of the process as plain text.
The process ID returned by POST /processes.
POST /processes
1
stdout stream content.
The response is of type string.
string
"fetching user...\ndone\n"
Was this page helpful?