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
The response is of type object.
object