Retrieve the output of a completed workflow run
curl https://api.origamiagents.com/api/v1/workflows/wf_abc123/runs/run_xyz789/async/response \ -H "x-origami-key: your-api-key"
{ "success": true, "data": { "bcf88898-fc5f-410b-b749-0c65b2902d3e": { "summary": "AI-generated summary of the input document...", "sentiment": "positive", "confidence": 0.95 } } }
completed
{ "success": true, "data": { "bcf88898-fc5f-410b-b749-0c65b2902d3e": { "summary": "This is the generated summary text..." } } }
{ "success": true, "data": { "bcf88898-fc5f-410b-b749-0c65b2902d3e": { "title": "Generated Title", "description": "Generated description text...", "tags": ["tag1", "tag2", "tag3"] } } }
{ "success": true, "data": { "row-id-1": { "result": "Output for first input" }, "row-id-2": { "result": "Output for second input" }, "row-id-3": { "result": "Output for third input" } } }