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