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

Path Parameters

pid
integer
required

The process ID returned by POST /processes.

Example:

1

Response

stdout stream content.

The response is of type string.

Example:

"fetching user...\ndone\n"

Last modified on March 18, 2026