Skip to main content
GET
/
processes
/
{pid}
/
stderr
Get raw stderr
curl --request GET \
  --url http://localhost:7687/processes/{pid}/stderr
"<string>"

Path Parameters

pid
integer
required

The process ID returned by POST /processes.

Example:

1

Response

stderr stream content.

The response is of type string.

Example:

"Error: connect ECONNREFUSED 127.0.0.1:5432\n"

Last modified on March 18, 2026