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

Documentation Index

Fetch the complete documentation index at: https://modelcontrolinterface.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

pid
integer
required

Numeric process identifier.

Required range: x > 0

Response

Captured stdout text.

Standard output content.

Last modified on May 14, 2026