cURL
curl --request GET \ --url http://localhost:7687/processes/{pid}/output
{ "output": { "id": 1, "name": "Alice", "email": "alice@example.com" } }
Returns putput explicitly set by the intent code.
The process ID returned by POST /processes.
POST /processes
1
Output retrieved.
The structured output values set by the intent code`. Can be any JSON-serializable value.
Was this page helpful?