Skip to main content
GET
/
processes
/
{pid}
/
output
Get process output
curl --request GET \
  --url http://localhost:7687/processes/{pid}/output
{}

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

Structured process output.

Structured output collected from the process execution environment.

{key}
unknown
Last modified on May 14, 2026