Skip to main content
GET
/
processes
/
{id}
/
stdout
Get process stdout
curl --request GET \
  --url http://localhost:9371/processes/{id}/stdout
"<string>"

Path Parameters

id
string
required

Numeric process identifier serialized as a path parameter.

Response

Captured stdout text.

Standard output content.

Last modified on July 1, 2026