Retrieve a workflow by its unique ID.
curl --request GET \ --url https://{api-address}.org.machina.gg/workflow/id/{id} \ --header 'x-api-token: <api-key>'
{ "data": { "_id": "<string>", "name": "<string>", "title": "<string>", "description": "<string>", "status": "active", "context": {}, "inputs": {}, "outputs": {}, "created": "<string>" }, "status": true }
API key authentication
Unique ID of the workflow
Show child attributes
Unique identifier of the workflow
Unique name of the workflow
Display title of the workflow
Description of the workflow's purpose
Current status of the workflow
active
inactive
Configuration settings for the workflow
Input parameters for the workflow
Output mappings for the workflow
Creation timestamp
Operation status