Workflows
Retrieve a workflow
get/workflows/{id}
Response
The workflow.
Example response
{
"id": "01JG2FE5MDVKBPHEG0PEYSDKAC",
"owner": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
"smartWalletAddress": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
"trigger": {
"config": {
"chainId": 11155111
}
},
"nodes": [
{
"config": {
"destination": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
"chainId": 11155111
}
}
]
}