cURL
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 }
Retrieve a workflow by its unique name.
API key authentication
Unique name of the workflow
Workflow details
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