cURL
curl --request GET \ --url https://{api-address}.org.machina.gg/workflow/schedule/{workflow_run_id} \ --header 'x-api-token: <api-key>'
{ "data": { "_id": "<string>", "workflow_id": "<string>", "workflow_name": "<string>", "status": "executed", "created": "<string>", "executed": "<string>", "result": {}, "input": {} }, "totals": { "total_documents": 123 }, "status": true }
Retrieve data from a scheduled workflow execution.
API key authentication
Unique run ID of the scheduled workflow execution
Workflow schedule details
The response is of type object.
object