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
Show child attributes
Unique identifier of the execution
ID of the executed workflow
Name of the executed workflow
Status of the execution
executed
failed
skipped
Timestamp when the execution was created
Timestamp when the execution was completed
The result of the workflow execution
The input provided to the workflow
Total number of matching execution records
Operation status