cURL
curl --request GET \ --url http://localhost:7687/processes/{pid}/stderr
"<string>"
Returns the raw standard error stream of the process as plain text.
The process ID returned by POST /processes.
POST /processes
1
stderr stream content.
The response is of type string.
string
"Error: connect ECONNREFUSED 127.0.0.1:5432\n"
Was this page helpful?