Skip to main content
GET
/
processes
/
{pid}
/
stderr
Get process stderr
curl --request GET \
  --url http://localhost:7687/processes/{pid}/stderr
"<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 stderr text.

Standard error content.

Last modified on May 14, 2026